Home
last modified time | relevance | path

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

/minix/external/bsd/libpcap/dist/
H A Dpcap-int.h152 int (*next_packet_op)(pcap_t *, struct pcap_pkthdr *, u_char **); member
H A Dsavefile.c405 status = p->next_packet_op(p, &h, &data); in pcap_offline_read()
H A Dsf-pcap.c243 p->next_packet_op = pcap_next_packet; in pcap_check_header()
H A Dsf-pcap-ng.c922 p->next_packet_op = pcap_ng_next_packet; in pcap_ng_check_header()