Home
last modified time | relevance | path

Searched refs:RPCAP_MSG_STARTCAP_REQ (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Drpcap-protocol.h387 #define RPCAP_MSG_STARTCAP_REQ 4 /* Request to start a capture on a remote device */ macro
398 #define RPCAP_MSG_STARTCAP_REPLY (RPCAP_MSG_STARTCAP_REQ | RPCAP_MSG_IS_REPLY) /* The capture is s…
Dpcap-rpcap.c1141 pr->protocol_version, RPCAP_MSG_STARTCAP_REQ, 0, in pcap_startcapture_remote()
1186 RPCAP_MSG_STARTCAP_REQ, &header, fp->errbuf) == -1) in pcap_startcapture_remote()
/external/libpcap/rpcapd/
Ddaemon.c364 case RPCAP_MSG_STARTCAP_REQ: in daemon_serviceloop()
608 case RPCAP_MSG_STARTCAP_REQ: in daemon_serviceloop()