Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/
Drpcap-protocol.h275 struct rpcap_startcapreply struct
Dpcap-rpcap.c1034 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote()
1193 sizeof(struct rpcap_startcapreply), &plen, fp->errbuf) == -1) in pcap_startcapture_remote()
/freebsd-12-stable/contrib/libpcap/rpcapd/
Ddaemon.c1652 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req()
1811 RPCAP_MSG_STARTCAP_REPLY, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()
1813 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()
1815 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreply), NULL, in daemon_msg_startcap_req()
1819 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()