Home
last modified time | relevance | path

Searched refs:PCAP_CREATE_COMMON (Results 1 – 25 of 27) sorted by relevance

12

/external/libpcap/
Dpcap-septel.c236 p = PCAP_CREATE_COMMON(ebuf, struct pcap_septel); in septel_create()
Dpcap-bt-monitor-linux.c267 p = PCAP_CREATE_COMMON(ebuf, struct pcap_bt_monitor); in bt_monitor_create()
Dpcap-haiku.cpp241 pcap_t* handle = PCAP_CREATE_COMMON(errorBuffer, struct pcap_haiku); in pcap_create_interface()
Dpcap-netmap.c289 p = PCAP_CREATE_COMMON(ebuf, struct pcap_netmap); in pcap_netmap_create()
Dpcap-dbus.c317 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dbus); in dbus_create()
Dpcap-int.h474 #define PCAP_CREATE_COMMON(ebuf, type) \ macro
Dpcap-nit.c373 p = PCAP_CREATE_COMMON(ebuf, struct pcap_nit); in pcap_create_interface()
Dpcap-libdlpi.c480 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dlpi); in pcap_create_interface()
Dpcap-snoop.c424 p = PCAP_CREATE_COMMON(ebuf, struct pcap_snoop); in pcap_create_interface()
Dpcap-snit.c462 p = PCAP_CREATE_COMMON(ebuf, struct pcap_snit); in pcap_create_interface()
Dpcap-bt-linux.c176 p = PCAP_CREATE_COMMON(ebuf, struct pcap_bt); in bt_create()
Dpcap-snf.c543 p = PCAP_CREATE_COMMON(ebuf, struct pcap_snf); in snf_create()
Dpcap-pf.c538 p = PCAP_CREATE_COMMON(ebuf, struct pcap_pf); in pcap_create_interface()
Dpcap-rdmasniff.c398 p = PCAP_CREATE_COMMON(ebuf, struct pcap_rdmasniff); in rdmasniff_create()
Dpcap-netfilter-linux.c746 p = PCAP_CREATE_COMMON(ebuf, struct pcap_netfilter); in netfilter_create()
Dpcap-airpcap.c995 p = PCAP_CREATE_COMMON(ebuf, struct pcap_airpcap); in airpcap_create()
Dpcap-dpdk.c975 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dpdk); in pcap_dpdk_create()
Dpcap-dos.c156 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dos); in pcap_create_interface()
Dpcap-usb-linux.c620 p = PCAP_CREATE_COMMON(ebuf, struct pcap_usb_linux); in usb_create()
Dpcap-dag.c1074 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dag); in dag_create()
Dpcap-dlpi.c1883 p = PCAP_CREATE_COMMON(ebuf, struct pcap_dlpi);
Dpcap-tc.c706 p = PCAP_CREATE_COMMON(ebuf, struct pcap_tc); in TcCreate()
Dpcap-sita.c1044 p = PCAP_CREATE_COMMON(ebuf, struct pcap_sita); in pcap_create_interface()
Dpcap-npf.c1425 p = PCAP_CREATE_COMMON(ebuf, struct pcap_win); in pcap_create_interface()
Dpcap-bpf.c447 p = PCAP_CREATE_COMMON(ebuf, struct pcap_bpf); in pcap_create_interface()

12