Home
last modified time | relevance | path

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

/minix3/external/bsd/libpcap/dist/
H A Dpcap-bpf.c235 static int pcap_setfilter_bpf(pcap_t *p, struct bpf_program *fp);
2303 p->setfilter_op = pcap_setfilter_bpf;
2640 pcap_setfilter_bpf(pcap_t *p, struct bpf_program *fp) function