Searched refs:PCAP_ERR_OPEN (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/rpcapd/ |
D | rpcapd.c | 1138 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()
|
D | daemon.c | 1525 PCAP_ERR_OPEN, errmsgbuf, errbuf) == -1) in daemon_msg_open_req()
|
/external/libpcap/ |
D | rpcap-protocol.h | 419 #define PCAP_ERR_OPEN 6 /* Generic pcap_open error */ macro
|