Home | History | Annotate | Download | only in libpcap

Lines Matching refs:vlan_tpid

403 # define VLAN_TPID(hdr, hv)	(((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
405 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
1750 tag->vlan_tpid = htons(VLAN_TPID(aux, aux));
4574 tag->vlan_tpid = htons(tp_vlan_tpid);
4788 VLAN_TPID(h.h2, h.h2));
4890 VLAN_TPID(tp3_hdr, &tp3_hdr->hv1));