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

SIZEOF_ETH_HDR macro

Syntax

#define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)

References

LocationText
ethernet.h:89
#define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE)
ethernet.c:86
u16_t next_hdr_offset = SIZEOF_ETH_HDR;
ethernet.c:91
if (p->len <= SIZEOF_ETH_HDR) {
ethernet.c:294
if (pbuf_add_header(p, SIZEOF_ETH_HDR) != 0) {