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

/freebsd-13-stable/contrib/libpcap/
H A Dsf-pcap.c254 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype);
808 linktype |= p->linktype_ext;
883 linktype |= p->linktype_ext;
H A Dpcap-int.h203 int linktype_ext; /* Extended information stored in the linktype field of a file */ member in struct:pcap
H A Dpcap-dag.c926 p->linktype_ext = LT_FCS_DATALINK_EXT(0);
951 p->linktype_ext = LT_FCS_DATALINK_EXT(pd->dag_fcs_bits/16);
H A Dsf-pcapng.c1045 p->linktype_ext = 0;
H A Dpcap.c2744 return (p->linktype_ext);

Completed in 171 milliseconds