Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-int.h564 bpf_u_int32 pcap_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen);
Dsf-pcapng.c1047 p->snapshot = pcap_adjust_snapshot(p->linktype, idbp->snaplen); in pcap_ng_check_header()
1248 pcap_adjust_snapshot(p->linktype, idbp->snaplen)) { in pcap_ng_next_packet()
Dsavefile.c444 pcap_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen) in pcap_adjust_snapshot() function
Dsf-pcap.c254 p->snapshot = pcap_adjust_snapshot(p->linktype, hdr.snaplen); in pcap_check_header()