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

/freebsd-11.0-release/contrib/libpcap/
H A 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);
H A Dpcap-bpf.c733 return (PCAP_ERROR_NO_SUCH_DEVICE);
1404 err = PCAP_ERROR_NO_SUCH_DEVICE;
1428 err = PCAP_ERROR_NO_SUCH_DEVICE;
1441 return (PCAP_ERROR_NO_SUCH_DEVICE);
1637 status = PCAP_ERROR_NO_SUCH_DEVICE;
1651 status = PCAP_ERROR_NO_SUCH_DEVICE;
2350 return (PCAP_ERROR_NO_SUCH_DEVICE);
H A Dpcap-libdlpi.c112 status = PCAP_ERROR_NO_SUCH_DEVICE;
H A Dinet.c170 * If that fails with PCAP_ERROR_NO_SUCH_DEVICE or
271 case PCAP_ERROR_NO_SUCH_DEVICE:
277 * PCAP_ERROR_NO_SUCH_DEVICE typically means
579 * If that fails with PCAP_ERROR_NO_SUCH_DEVICE or
745 * If that fails with PCAP_ERROR_NO_SUCH_DEVICE or
H A Dpcap.c801 else if (status == PCAP_ERROR_NO_SUCH_DEVICE ||
1552 case PCAP_ERROR_NO_SUCH_DEVICE:
H A Dpcap-linux.c989 return PCAP_ERROR_NO_SUCH_DEVICE;
1254 status = PCAP_ERROR_NO_SUCH_DEVICE;
4760 * Returns 1 if it does, 0 if it doesn't, PCAP_ERROR_NO_SUCH_DEVICE
4775 return PCAP_ERROR_NO_SUCH_DEVICE;
5844 return PCAP_ERROR_NO_SUCH_DEVICE;
/freebsd-11.0-release/contrib/libpcap/pcap/
H A Dpcap.h248 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
/freebsd-11.0-release/contrib/tcpdump/
H A Dtcpdump.c1729 else if ((status == PCAP_ERROR_NO_SUCH_DEVICE ||

Completed in 81 milliseconds