Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-bpf.c717 status = PCAP_ERROR_NO_SUCH_DEVICE; in bpf_bind()
744 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
753 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
782 return (PCAP_ERROR_NO_SUCH_DEVICE); in bpf_bind()
870 return (PCAP_ERROR_NO_SUCH_DEVICE); in device_exists()
883 return (PCAP_ERROR_NO_SUCH_DEVICE); in device_exists()
1058 if (status == PCAP_ERROR_NO_SUCH_DEVICE) in pcap_can_set_rfmon_bpf()
1780 if (error == PCAP_ERROR_NO_SUCH_DEVICE) { in check_setif_failure()
1807 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
1812 if (err == PCAP_ERROR_NO_SUCH_DEVICE) { in check_setif_failure()
[all …]
H A Dpcap-dlpi.c371 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
432 return (PCAP_ERROR_NO_SUCH_DEVICE); in open_dlpi_device()
463 status = PCAP_ERROR_NO_SUCH_DEVICE; in open_dlpi_device()
1046 if (fd == PCAP_ERROR_NO_SUCH_DEVICE) {
1237 return (PCAP_ERROR_NO_SUCH_DEVICE);
1802 return (PCAP_ERROR_NO_SUCH_DEVICE);
1881 return (PCAP_ERROR_NO_SUCH_DEVICE);
H A Dpcap-new.c486 else if (status == PCAP_ERROR_NO_SUCH_DEVICE || in pcap_open()
H A Dpcap-dpdk.c785 return PCAP_ERROR_NO_SUCH_DEVICE; in pcap_dpdk_activate()
812 ret = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_dpdk_activate()
H A Dpcap-haiku.c257 ret = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_haiku()
H A Dpcap-libdlpi.c114 status = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_libdlpi()
H A Dpcap-usb-linux.c528 return PCAP_ERROR_NO_SUCH_DEVICE; in usb_activate()
H A Dpcap-linux.c1037 status = PCAP_ERROR_NO_SUCH_DEVICE; in pcap_activate_linux()
4753 ret = PCAP_ERROR_NO_SUCH_DEVICE; in iface_bind()
5395 ret = PCAP_ERROR_NO_SUCH_DEVICE; in iface_get_arptype()
H A Dpcap-dag.c799 ret = PCAP_ERROR_NO_SUCH_DEVICE; in dag_activate()
H A Dpcap.c2908 } else if (status == PCAP_ERROR_NO_SUCH_DEVICE ||
3707 case PCAP_ERROR_NO_SUCH_DEVICE:
H A Dpcap-npf.c1088 return (PCAP_ERROR_NO_SUCH_DEVICE); in pcap_activate_npf()
H A DCHANGES589 Report PCAP_ERROR_NO_SUCH_DEVICE for a nonexistent device
/freebsd/contrib/libpcap/testprogs/
H A Dwritecaptest.c194 else if (status == PCAP_ERROR_NO_SUCH_DEVICE) { in open_interface()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h391 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
/freebsd/contrib/tcpdump/
H A Dtcpdump.c1397 else if (status == PCAP_ERROR_NO_SUCH_DEVICE) { in open_interface()