Home
last modified time | relevance | path

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

/openbsd/src/lib/libpcap/
Dpcap-bpf.c384 return (PCAP_ERROR_NO_SUCH_DEVICE); in check_setif_failure()
643 return (PCAP_ERROR_NO_SUCH_DEVICE); in monitor_mode()
885 else if (status == PCAP_ERROR_NO_SUCH_DEVICE || in pcap_open_live()
Dpcap.h141 #define PCAP_ERROR_NO_SUCH_DEVICE -5 /* no such device exists */ macro
Dpcap.c506 case PCAP_ERROR_NO_SUCH_DEVICE: in pcap_statustostr()