Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h397 #define PCAP_ERR_HOSTNOAUTH 10 /* The host is not authorized to connect to this server */ macro
/external/libpcap/rpcapd/
Ddaemon.c476 if (rpcap_senderror(pars.sockctrl, pars.ssl, 0, PCAP_ERR_HOSTNOAUTH, errmsgbuf, errbuf) == -1) in daemon_serviceloop()