Symbols
loading...
Files
loading...

pbuf_layer::PBUF_RAW

Use this for input packets in a netif driver when calling netif->input() in the most common case - ethernet-layer netif driver.

Syntax

PBUF_RAW = 0;

Examples

pbuf_layer::PBUF_RAW is referenced by 35 libraries and example projects.

References

LocationReferrerText
pbuf.h:111
PBUF_RAW = 0
ip4_frag.c:827ip4_frag()
newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc,
tcp_out.c:540tcp_write()
if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) {
tcp_out.c:564tcp_write()
if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) {

Data Use

Functions using pbuf_layer::PBUF_RAW
pbuf_layer::PBUF_RAW
all items filtered out