SIZEOF_ETHARP_HDR is only used within LwIP.
 
Symbols
loading...
Files
loading...

SIZEOF_ETHARP_HDR macro

Syntax

#define SIZEOF_ETHARP_HDR 28

References

LocationText
etharp.h:102
#define SIZEOF_ETHARP_HDR 28
etharp.c:1114
p = pbuf_alloc(PBUF_LINK, SIZEOF_ETHARP_HDR, PBUF_RAM);
etharp.c:1123
(p->len >= SIZEOF_ETHARP_HDR));