Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcap.c308 if (LT_RESERVED1(hdr.linktype) != 0) { in pcap_check_header()
311 LT_RESERVED1(hdr.linktype)); in pcap_check_header()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h270 #define LT_RESERVED1(x) ((x) & 0x03FF0000) macro