Searched refs:VLAN_TPID (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c453 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q) macro
455 # define VLAN_TPID(hdr, hv) ETH_P_8021Q macro
2034 tag->vlan_tpid = htons(VLAN_TPID(aux, aux));
5518 VLAN_TPID(h.h2, h.h2));
5632 VLAN_TPID(tp3_hdr, &tp3_hdr->hv1));

Completed in 167 milliseconds