Home
last modified time | relevance | path

Searched refs:PCAP_ERR_HOSTNOAUTH (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/libpcap/dist/
H A Drpcap-protocol.h393 #define PCAP_ERR_HOSTNOAUTH 10 /* The host is not authorized to connect to this server */ macro
/netbsd/external/bsd/libpcap/dist/rpcapd/
H A Ddaemon.c251 if (rpcap_senderror(pars.sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errmsgbuf, errbuf) == -1) in daemon_serviceloop()