HomeSort by relevance Sort by last modified time
    Searched refs:RPCAP_MSG_FINDALLIF_REPLY (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-rpcap.h 406 #define RPCAP_MSG_FINDALLIF_REPLY (128+RPCAP_MSG_FINDALLIF_REQ) /* Keeps the list of all the remote interfaces */
pcap-new.c 408 retval = rpcap_checkmsg(errbuf, sockctrl, &header, RPCAP_MSG_FINDALLIF_REPLY, RPCAP_MSG_ERROR, 0);
410 if (retval != RPCAP_MSG_FINDALLIF_REPLY) /* the message is not the one expected */
    [all...]

Completed in 64 milliseconds