Searched defs:VLAN_VALID (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c439 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & TP_STATUS_VLAN_VALID)) macro
449 #define VLAN_VALID(hdr, hv) ((hv)->tp_vlan_tci != 0 || ((hdr)->tp_status & 0x10)) macro

Completed in 182 milliseconds