Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-septel.c240 p = pcap_create_common(device, ebuf, sizeof (struct pcap_septel)); in septel_create()
Dpcap-int.h365 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-win32.c779 p = pcap_create_common(deviceAscii, ebuf, sizeof (struct pcap_win)); in pcap_create_interface()
784 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.c359 p = pcap_create_common(device, ebuf, sizeof (struct pcap_nit)); in pcap_create_interface()
Dpcap-snf.c322 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snf)); in snf_create()
Dpcap-libdlpi.c404 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dlpi)); in pcap_create_interface()
Dpcap-canusb-linux.c241 p = pcap_create_common(device, ebuf, sizeof (struct pcap_canusb)); in canusb_create()
Dpcap-snit.c438 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snit)); in pcap_create_interface()
Dpcap-snoop.c410 p = pcap_create_common(device, ebuf, sizeof (struct pcap_snoop)); in pcap_create_interface()
Dpcap-bt-linux.c178 p = pcap_create_common(device, ebuf, sizeof (struct pcap_bt)); in bt_create()
Dpcap-pf.c515 p = pcap_create_common(device, ebuf, sizeof (struct pcap_pf)); in pcap_create_interface()
Dpcap-netfilter-linux.c624 p = pcap_create_common(device, ebuf, sizeof (struct pcap_netfilter)); in netfilter_create()
Dpcap-usb-linux.c332 p = pcap_create_common(device, ebuf, sizeof (struct pcap_usb_linux)); in usb_create()
Dpcap-dag.c920 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dag)); in dag_create()
Dpcap-dlpi.c1713 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dlpi));
Dpcap-dos.c158 p = pcap_create_common(device, ebuf, sizeof (struct pcap_dos)); in pcap_create_interface()
Dpcap-sita.c1015 p = pcap_create_common(device, ebuf, 0);
Dpcap.c526 pcap_create_common(const char *source, char *ebuf, size_t size) in pcap_create_common() function
Dpcap-bpf.c430 p = pcap_create_common(device, ebuf, sizeof (struct pcap_bpf)); in pcap_create_interface()
Dpcap-linux.c411 handle = pcap_create_common(device, ebuf, sizeof (struct pcap_linux)); in pcap_create_interface()