Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Drpcap-protocol.h379 #define RPCAP_MSG_STARTCAP_REQ 0x04 /* Request to start a capture on a remo… macro
390 #define RPCAP_MSG_STARTCAP_REPLY (RPCAP_MSG_STARTCAP_REQ | RPCAP_MSG_IS_REPLY) …
Dpcap-rpcap-unix.c69 #define RPCAP_MSG_STARTCAP_REQ 4 /*!< Request to start a capture on a remote devic… macro
332 RPCAP_MSG_STARTCAP_REQ, in rpcap_send_request_start()
Dpcap-rpcap.c1237 pr->protocol_version, RPCAP_MSG_STARTCAP_REQ, 0, in pcap_startcapture_remote()
1281 RPCAP_MSG_STARTCAP_REQ, &header, fp->errbuf) == -1) in pcap_startcapture_remote()