HomeSort by relevance Sort by last modified time
    Searched full:idbp (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
sf-pcap-ng.c 658 struct interface_description_block *idbp; local
871 idbp = get_from_block_data(&cursor, sizeof(*idbp),
873 if (idbp == NULL)
880 idbp->linktype = SWAPSHORT(idbp->linktype);
881 idbp->snaplen = SWAPLONG(idbp->snaplen);
913 p->snapshot = idbp->snaplen;
914 p->linktype = linktype_to_dlt(idbp->linktype)
954 struct interface_description_block *idbp; local
    [all...]

Completed in 100 milliseconds