Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
Drpcapd.c1138 rpcap_senderror(sockctrl, 0, PCAP_ERR_OPEN, errbuf, NULL); in accept_connection()
1149 rpcap_senderror(sockctrl, 0, PCAP_ERR_OPEN, errbuf, NULL); in accept_connection()
1160 rpcap_senderror(sockctrl, 0, PCAP_ERR_OPEN, errbuf, NULL); in accept_connection()
Ddaemon.c1525 PCAP_ERR_OPEN, errmsgbuf, errbuf) == -1) in daemon_msg_open_req()
/external/libpcap/
Drpcap-protocol.h419 #define PCAP_ERR_OPEN 6 /* Generic pcap_open error */ macro