Searched refs:SIZEOF_VLAN_HDR (Results 1 – 2 of 2) sorted by relevance
117 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) {
107 #define SIZEOF_VLAN_HDR 4 macro