Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDrpcap-protocol.h379 #define RPCAP_MSG_STARTCAP_REQ 0x04 /* Request to start a capture on a remote device */ macro
390 #define RPCAP_MSG_STARTCAP_REPLY (RPCAP_MSG_STARTCAP_REQ | RPCAP_MSG_IS_REPLY) /* The capture is s…
HDpcap-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()
/freebsd-14-stable/contrib/libpcap/rpcapd/
HDdaemon.c630 case RPCAP_MSG_STARTCAP_REQ: in daemon_serviceloop()
877 case RPCAP_MSG_STARTCAP_REQ: in daemon_serviceloop()