Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dsf-pcap.c248 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype); in pcap_check_header()
793 linktype |= p->linktype_ext; in pcap_dump_open()
835 linktype |= p->linktype_ext; in pcap_dump_fopen()
H A Dpcap-int.h198 int linktype_ext; /* Extended information stored in the linktype field of a file */ member
H A Dpcap-dag.c901 p->linktype_ext = LT_FCS_DATALINK_EXT(0); in dag_activate()
925 p->linktype_ext = LT_FCS_DATALINK_EXT(pd->dag_fcs_bits/16); in dag_activate()
H A Dsf-pcapng.c1015 p->linktype_ext = 0; in pcap_ng_check_header()
H A Dpcap.c2611 return (p->linktype_ext);