LwIP + 0/3 examples
CodeScope will show references to netbuf_next() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
 
Symbols
loading...
Files
loading...

netbuf_next() function

Move the current data pointer of a packet buffer contained in a netbuf to the next part. The packet buffer itself is not modified.

Syntax

s8_t netbuf_next (struct netbuf *buf);
Implemented in netbuf.c:221

Arguments

buf

the netbuf to modify

Return value

-1 if there is no next part 1 if moved to the next part but now there is no next part 0 if moved to the next part and there are still more parts

Examples

netbuf_next() is referenced by 3 libraries and example projects.

References

LocationText
netbuf.c:222
netbuf_next(struct netbuf *buf)
netbuf.h:84
s8_t netbuf_next (struct netbuf *buf);

Call Tree

Functions called by netbuf_next()
netbuf_next()
printf()
all items filtered out
Data read by netbuf_next()
Data written by netbuf_next()
netbuf_next()
all items filtered out
Type of netbuf_next()
netbuf_next()
all items filtered out