Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c380 status = PCAP_ERROR_NO_SUCH_DEVICE;
448 status = PCAP_ERROR_NO_SUCH_DEVICE;
472 status = PCAP_ERROR_NO_SUCH_DEVICE;
1042 return (PCAP_ERROR_NO_SUCH_DEVICE);
1600 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-bpf.c735 return (PCAP_ERROR_NO_SUCH_DEVICE); in pcap_can_set_rfmon_bpf()
1405 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1429 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1442 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
1619 status = PCAP_ERROR_NO_SUCH_DEVICE;
1633 status = PCAP_ERROR_NO_SUCH_DEVICE;
2326 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-libdlpi.c117 err = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_libdlpi()
Dpcap.c790 else if (status == PCAP_ERROR_NO_SUCH_DEVICE || in pcap_open_live()
1523 case PCAP_ERROR_NO_SUCH_DEVICE: in pcap_statustostr()
Dpcap-linux.c991 return PCAP_ERROR_NO_SUCH_DEVICE;
4743 return PCAP_ERROR_NO_SUCH_DEVICE;
5826 return PCAP_ERROR_NO_SUCH_DEVICE;
/external/libpcap/pcap/
Dpcap.h250 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
/external/tcpdump/
Dtcpdump.c1318 else if ((status == PCAP_ERROR_NO_SUCH_DEVICE || in main()