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

/freebsd-10.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c511 struct interface_description_block *idbp; local
680 idbp = get_from_block_data(&cursor, sizeof(*idbp),
682 if (idbp == NULL)
689 idbp->linktype = SWAPSHORT(idbp->linktype);
690 idbp->snaplen = SWAPLONG(idbp->snaplen);
748 p->snapshot = idbp->snaplen;
749 p->linktype = linktype_to_dlt(idbp
775 struct interface_description_block *idbp; local
[all...]

Completed in 32 milliseconds