Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.h403 #define RPCAP_MSG_ENDCAP_REQ 10 /* Stops the current capture, keeping the device open */ macro
412 #define RPCAP_MSG_ENDCAP_REPLY (128+RPCAP_MSG_ENDCAP_REQ) /* Confirms that the capture stopped s…
Dpcap-rpcap.c449 rpcap_createhdr(&header, RPCAP_MSG_ENDCAP_REQ, 0, 0); in pcap_cleanup_remote()