Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c376 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
429 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
453 status = PCAP_ERROR_NO_SUCH_DEVICE; in open_dlpi_device()
1021 if (fd == PCAP_ERROR_NO_SUCH_DEVICE) {
1209 return (PCAP_ERROR_NO_SUCH_DEVICE);
1774 return (PCAP_ERROR_NO_SUCH_DEVICE);
1853 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-bpf.c632 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_open_and_bind()
839 return (PCAP_ERROR_NO_SUCH_DEVICE); in pcap_can_set_rfmon_bpf()
1545 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1570 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1583 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
1800 status = PCAP_ERROR_NO_SUCH_DEVICE;
1814 status = PCAP_ERROR_NO_SUCH_DEVICE;
2615 if (fd == PCAP_ERROR_NO_SUCH_DEVICE) {
2882 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-new.c439 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-usb-linux.c576 return PCAP_ERROR_NO_SUCH_DEVICE; in usb_activate()
680 return PCAP_ERROR_NO_SUCH_DEVICE; in usb_activate()
Dpcap-linux.c1144 return PCAP_ERROR_NO_SUCH_DEVICE;
1497 status = PCAP_ERROR_NO_SUCH_DEVICE;
5616 return PCAP_ERROR_NO_SUCH_DEVICE;
6859 return PCAP_ERROR_NO_SUCH_DEVICE;
Dpcap.c2536 else if (status == PCAP_ERROR_NO_SUCH_DEVICE ||
3302 case PCAP_ERROR_NO_SUCH_DEVICE:
/external/libpcap/pcap/
Dpcap.h297 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
/external/tcpdump/
Dtcpdump.c1036 else if (status == PCAP_ERROR_NO_SUCH_DEVICE) { in open_interface()