Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.h410 #define RPCAP_MSG_AUTH_REPLY (128+RPCAP_MSG_AUTH_REQ) /* Sends a message that says 'ok, authoriz… macro
Dpcap-rpcap.c1832 retval = rpcap_checkmsg(errbuf, sock, &header, RPCAP_MSG_AUTH_REPLY, RPCAP_MSG_ERROR, 0); in rpcap_sendauth()
1834 if (retval != RPCAP_MSG_AUTH_REPLY) /* the message is not the one expected */ in rpcap_sendauth()