HomeSort by relevance Sort by last modified time
    Searched refs:linktype_ext (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
sf-pcap.c 236 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype);
660 linktype |= p->linktype_ext;
695 linktype |= p->linktype_ext;
pcap-int.h 168 int linktype_ext; /* Extended information stored in the linktype field of a file */ member in struct:pcap
pcap-dag.c 774 handle->linktype_ext = LT_FCS_DATALINK_EXT(0);
798 handle->linktype_ext = LT_FCS_DATALINK_EXT(handlep->dag_fcs_bits/16);
    [all...]
sf-pcap-ng.c 915 p->linktype_ext = 0;
pcap.c 891 return (p->linktype_ext);
    [all...]

Completed in 181 milliseconds