Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-int.h564 bpf_u_int32 pcap_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen);
H A Dsf-pcapng.c1062 p->snapshot = pcap_adjust_snapshot(p->linktype, idbp->snaplen); in pcap_ng_check_header()
1263 pcap_adjust_snapshot(p->linktype, idbp->snaplen)) { in pcap_ng_next_packet()
H A Dsavefile.c444 pcap_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen) in pcap_adjust_snapshot() function
H A Dsf-pcap.c254 p->snapshot = pcap_adjust_snapshot(p->linktype, hdr.snaplen); in pcap_check_header()