Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h289 struct rpcap_startcapreq struct
H A Dpcap-rpcap.c1106 struct rpcap_startcapreq *startcapreq; /* start capture request message */ in pcap_startcapture_remote()
1238 …sizeof(struct rpcap_startcapreq) + sizeof(struct rpcap_filter) + fp->fcode.bf_len * sizeof(struct … in pcap_startcapture_remote()
1241 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx]; in pcap_startcapture_remote()
1243 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreq), NULL, in pcap_startcapture_remote()
1247 memset(startcapreq, 0, sizeof(struct rpcap_startcapreq)); in pcap_startcapture_remote()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1975 struct rpcap_startcapreq startcapreq; // start capture request message in daemon_msg_startcap_req()
1982 sizeof(struct rpcap_startcapreq), &plen, errmsgbuf); in daemon_msg_startcap_req()