Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c376 status = PCAP_ERROR_NO_SUCH_DEVICE;
446 status = PCAP_ERROR_NO_SUCH_DEVICE;
472 status = PCAP_ERROR_NO_SUCH_DEVICE;
1081 return (PCAP_ERROR_NO_SUCH_DEVICE);
1639 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-bpf.c731 return (PCAP_ERROR_NO_SUCH_DEVICE); in pcap_can_set_rfmon_bpf()
1401 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1425 err = PCAP_ERROR_NO_SUCH_DEVICE; in check_setif_failure()
1438 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
1639 status = PCAP_ERROR_NO_SUCH_DEVICE;
1653 status = PCAP_ERROR_NO_SUCH_DEVICE;
2351 return (PCAP_ERROR_NO_SUCH_DEVICE);
Dpcap-libdlpi.c112 status = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_libdlpi()
Dpcap.c802 else if (status == PCAP_ERROR_NO_SUCH_DEVICE || in pcap_open_live()
1553 case PCAP_ERROR_NO_SUCH_DEVICE: in pcap_statustostr()
Dinet.c271 case PCAP_ERROR_NO_SUCH_DEVICE: in add_or_find_if()
Dpcap-linux.c1061 return PCAP_ERROR_NO_SUCH_DEVICE;
1326 status = PCAP_ERROR_NO_SUCH_DEVICE;
5128 return PCAP_ERROR_NO_SUCH_DEVICE;
6314 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.c1687 else if ((status == PCAP_ERROR_NO_SUCH_DEVICE || in main()