Searched refs:install_bpf_program (Results 1 – 20 of 20) sorted by relevance
| /minix3/external/bsd/libpcap/dist/ |
| H A D | pcap-septel.c | 283 if (install_bpf_program(p, fp) < 0) { in septel_setfilter()
|
| H A D | pcap-int.h | 457 int install_bpf_program(pcap_t *, struct bpf_program *);
|
| H A D | pcap-bt-monitor-linux.c | 176 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in bt_monitor_activate()
|
| H A D | pcap-dbus.c | 213 handle->setfilter_op = install_bpf_program; /* XXX, later add support for dbus_bus_add_match() */ in dbus_activate()
|
| H A D | savefile.c | 334 p->setfilter_op = install_bpf_program; in pcap_fopen_offline_with_tstamp_precision()
|
| H A D | pcap-nit.c | 342 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_nit()
|
| H A D | pcap-win32.c | 863 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_win32_npf() 897 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_win32_dag()
|
| H A D | pcap-libdlpi.c | 236 p->setfilter_op = install_bpf_program; /* No kernel filtering */ in pcap_activate_libdlpi()
|
| H A D | pcap-bt-linux.c | 212 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in bt_activate()
|
| H A D | pcap-snit.c | 420 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_snit()
|
| H A D | pcap-snoop.c | 393 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_snoop()
|
| H A D | pcap-pf.c | 604 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_pf()
|
| H A D | pcap-snf.c | 212 if (install_bpf_program(p, fp) < 0) in snf_setfilter()
|
| H A D | pcap-netfilter-linux.c | 489 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in netfilter_activate()
|
| H A D | pcap-usb-linux.c | 356 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in usb_activate()
|
| H A D | pcap-dag.c | 1070 if (install_bpf_program(p, fp) < 0) in dag_setfilter()
|
| H A D | pcap-dlpi.c | 815 p->setfilter_op = install_bpf_program; /* no kernel filtering */
|
| H A D | pcap-bpf.c | 2694 if (install_bpf_program(p, fp) < 0)
|
| H A D | optimize.c | 2220 install_bpf_program(pcap_t *p, struct bpf_program *fp) in install_bpf_program() function
|
| H A D | pcap-linux.c | 2388 if (install_bpf_program(handle, filter) < 0)
|