Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c1020 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_check_header()
1022 if (idbp == NULL) in pcap_ng_check_header()
1029 idbp->linktype = SWAPSHORT(idbp->linktype); in pcap_ng_check_header()
1030 idbp->snaplen = SWAPLONG(idbp->snaplen); in pcap_ng_check_header()
1231 idbp = get_from_block_data(&cursor, sizeof(*idbp), in pcap_ng_next_packet()
1233 if (idbp == NULL) in pcap_ng_next_packet()
1240 idbp->linktype = SWAPSHORT(idbp->linktype); in pcap_ng_next_packet()
1241 idbp->snaplen = SWAPLONG(idbp->snaplen); in pcap_ng_next_packet()
1252 if (p->linktype != idbp->linktype) { in pcap_ng_next_packet()
1255 idbp->linktype); in pcap_ng_next_packet()
[all …]