Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c442 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & TP_STATUS_VLAN_VALID)) macro
452 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & 0x10)) macro
1945 if (!VLAN_VALID(aux, aux)) {
5265 VLAN_VALID(h.h2, h.h2),
5379 VLAN_VALID(tp3_hdr, &tp3_hdr->hv1),