Home
last modified time | relevance | path

Searched refs:SIZEOF_VLAN_HDR (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/
Dethernet.c117 next_hdr_offset = SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR;
118 if (p->len <= SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) {
283 if (pbuf_add_header(p, SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) != 0) {
/third_party/lwip/src/include/lwip/prot/
Dethernet.h107 #define SIZEOF_VLAN_HDR 4 macro