Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
Drpcapd.c1096 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL); in accept_connection()
1114 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL); in accept_connection()
1121 rpcap_senderror(sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errbuf, NULL); in accept_connection()
/external/libpcap/
Drpcap-protocol.h423 #define PCAP_ERR_HOSTNOAUTH 10 /* The host is not authorized to connect to this server */ macro