Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h296 struct rpcap_startcapreply struct
H A Dpcap-rpcap.c1107 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote()
1285 sizeof(struct rpcap_startcapreply), &plen, fp->errbuf) == -1) in pcap_startcapture_remote()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1978 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req()
2152 RPCAP_MSG_STARTCAP_REPLY, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()
2154 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()
2156 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreply), NULL, in daemon_msg_startcap_req()
2160 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()