mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-16 08:43:17 +00:00
Added commented about the signedness of pbuf_header() argument.
This commit is contained in:
parent
8560f6ef2b
commit
faa9191191
@ -433,6 +433,9 @@ pbuf_realloc(struct pbuf *p, u16_t size)
|
|||||||
*
|
*
|
||||||
* Adjusts the ->payload pointer so that space for a header appears in
|
* Adjusts the ->payload pointer so that space for a header appears in
|
||||||
* the pbuf. Also, the ->tot_len and ->len fields are adjusted.
|
* the pbuf. Also, the ->tot_len and ->len fields are adjusted.
|
||||||
|
*
|
||||||
|
* Decreases the header size by the given amount.
|
||||||
|
* Using a negative value increases the header size.
|
||||||
*/
|
*/
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
u8_t
|
u8_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user