Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.h408 #define RPCAP_MSG_STARTCAP_REPLY (128+RPCAP_MSG_STARTCAP_REQ) /* The capture is starting correctly… macro
Dpcap-rpcap.c1086 …retval = rpcap_checkmsg(fp->errbuf, md->rmt_sockctrl, &header, RPCAP_MSG_STARTCAP_REPLY, RPCAP_MSG… in pcap_startcapture_remote()
1088 if (retval != RPCAP_MSG_STARTCAP_REPLY) /* the message is not the one expected */ in pcap_startcapture_remote()