Home
last modified time | relevance | path

Searched refs:RPCAP_MSG_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Drpcap-protocol.c92 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, RPCAP_MSG_ERROR, errcode, length); in rpcap_senderror()
Drpcap-protocol.h384 #define RPCAP_MSG_ERROR 1 /* Message that keeps an error notification */ macro
Dpcap-rpcap.c1999 if (header.type == RPCAP_MSG_ERROR && in rpcap_sendauth()
3059 if (header->type == RPCAP_MSG_ERROR) in rpcap_check_msg_type()
/external/libpcap/rpcapd/
Ddaemon.c351 case RPCAP_MSG_ERROR: in daemon_serviceloop()
567 case RPCAP_MSG_ERROR: // The other endpoint reported an error in daemon_serviceloop()