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

  /external/libpcap/
rpcap-protocol.h 393 #define RPCAP_MSG_ENDCAP_REQ 10 /* Stops the current capture, keeping the device open */
402 #define RPCAP_MSG_ENDCAP_REPLY (RPCAP_MSG_ENDCAP_REQ | RPCAP_MSG_IS_REPLY) /* Confirms that the capture stopped successfully */
pcap-rpcap.c 724 RPCAP_MSG_ENDCAP_REQ, 0, 0);
740 pr->protocol_version, RPCAP_MSG_ENDCAP_REQ,
    [all...]
  /external/libpcap/rpcapd/
daemon.c 367 case RPCAP_MSG_ENDCAP_REQ:
691 case RPCAP_MSG_ENDCAP_REQ: // The other endpoint close the current capture session
    [all...]

Completed in 451 milliseconds