Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c637 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
646 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
659 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
747 return (PCAP_ERROR_NO_SUCH_DEVICE); in device_exists()
760 return (PCAP_ERROR_NO_SUCH_DEVICE); in device_exists()
935 if (status == PCAP_ERROR_NO_SUCH_DEVICE) in pcap_can_set_rfmon_bpf()
1644 if (error == PCAP_ERROR_NO_SUCH_DEVICE) { in check_setif_failure()
1671 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
1676 if (err == PCAP_ERROR_NO_SUCH_DEVICE) { in check_setif_failure()
1698 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
[all …]
Dpcap-dlpi.c370 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
423 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
447 status = PCAP_ERROR_NO_SUCH_DEVICE; in open_dlpi_device()
1015 if (fd == PCAP_ERROR_NO_SUCH_DEVICE) {
1203 return (PCAP_ERROR_NO_SUCH_DEVICE);
1768 return (PCAP_ERROR_NO_SUCH_DEVICE);
1847 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-new.c450 else if (status == PCAP_ERROR_NO_SUCH_DEVICE || in pcap_open()
Dpcap-libdlpi.c112 status = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_libdlpi()
Dpcap-dpdk.c771 return PCAP_ERROR_NO_SUCH_DEVICE; in pcap_dpdk_activate()
798 ret = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_dpdk_activate()
Dpcap-usb-linux.c693 return PCAP_ERROR_NO_SUCH_DEVICE; in usb_activate()
788 ret = PCAP_ERROR_NO_SUCH_DEVICE; in usb_activate()
Dpcap-linux.c970 status = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_linux()
4456 ret = PCAP_ERROR_NO_SUCH_DEVICE; in iface_bind()
5084 ret = PCAP_ERROR_NO_SUCH_DEVICE; in iface_get_arptype()
Dpcap-dag.c792 ret = PCAP_ERROR_NO_SUCH_DEVICE; in dag_activate()
Dpcap.c2855 else if (status == PCAP_ERROR_NO_SUCH_DEVICE ||
3637 case PCAP_ERROR_NO_SUCH_DEVICE:
Dpcap-npf.c973 return (PCAP_ERROR_NO_SUCH_DEVICE); in pcap_activate_npf()
DCHANGES75 Windows: Report PCAP_ERROR_NO_SUCH_DEVICE for a non-existent device
/external/libpcap/testprogs/
Dwritecaptest.c194 else if (status == PCAP_ERROR_NO_SUCH_DEVICE) { in open_interface()
/external/libpcap/pcap/
Dpcap.h343 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
/external/libpcap/doc/
DREADME.capture-module211 pcap_t to an error string. For PCAP_ERROR_NO_SUCH_DEVICE and
/external/tcpdump/
Dtcpdump.c1036 else if (status == PCAP_ERROR_NO_SUCH_DEVICE) { in open_interface()