Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dpcap.h145 #define PCAP_ERROR_IFACE_NOT_UP -9 /* interface isn't up */ macro
H A Dpcap.c518 case PCAP_ERROR_IFACE_NOT_UP: in pcap_statustostr()
H A Dpcap-bpf.c393 return (PCAP_ERROR_IFACE_NOT_UP); in check_setif_failure()