Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-septel.c235 p = pcap_create_common(device, ebuf, sizeof (struct pcap_septel)); in septel_create()
Dpcap-int.h396 pcap_t *pcap_create_common(const char *, char *, size_t);
Dpcap-can-linux.c134 p = pcap_create_common(device, ebuf, sizeof (struct pcap_can)); in can_create()
Dpcap-bt-monitor-linux.c235 p = pcap_create_common(device, ebuf, 0); in bt_monitor_create()
Dpcap-win32.c809 p = pcap_create_common(deviceAscii, ebuf, sizeof (struct pcap_win)); in pcap_create_interface()
814 p = pcap_create_common(device, ebuf, sizeof (struct pcap_win)); in pcap_create_interface()
Dpcap-dbus.c262 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dbus)); in dbus_create()
Dpcap-nit.c355 p = pcap_create_common(device, ebuf, sizeof (struct pcap_nit)); in pcap_create_interface()
Dpcap-libdlpi.c416 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dlpi)); in pcap_create_interface()
Dpcap-canusb-linux.c242 p = pcap_create_common(device, ebuf, sizeof (struct pcap_canusb)); in canusb_create()
Dpcap-snit.c433 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snit)); in pcap_create_interface()
Dpcap-bt-linux.c174 p = pcap_create_common(device, ebuf, sizeof (struct pcap_bt)); in bt_create()
Dpcap-snoop.c406 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snoop)); in pcap_create_interface()
Dpcap-pf.c510 p = pcap_create_common(device, ebuf, sizeof (struct pcap_pf)); in pcap_create_interface()
Dpcap-snf.c473 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snf)); in snf_create()
Dpcap-netfilter-linux.c626 p = pcap_create_common(device, ebuf, sizeof (struct pcap_netfilter)); in netfilter_create()
Dpcap-usb-linux.c331 p = pcap_create_common(device, ebuf, sizeof (struct pcap_usb_linux)); in usb_create()
Dpcap-dag.c935 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dag)); in dag_create()
Dpcap-dos.c156 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dos)); in pcap_create_interface()
Dpcap-dlpi.c1752 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dlpi));
Dpcap-sita.c1013 p = pcap_create_common(device, ebuf, 0);
Dpcap.c532 pcap_create_common(const char *source, char *ebuf, size_t size) in pcap_create_common() function
Dpcap-bpf.c426 p = pcap_create_common(device, ebuf, sizeof (struct pcap_bpf)); in pcap_create_interface()
Dpcap-linux.c450 handle = pcap_create_common(device, ebuf, sizeof (struct pcap_linux)); in pcap_create_interface()