Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/pcap/
H A Dpcap.h269 #define LT_LINKTYPE_EXT(x) ((x) & 0xFFFF0000) macro
/freebsd/contrib/libpcap/
H A Dsf-pcap.c330 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype); in pcap_check_header()