Searched refs:rpcap_startcapreq (Results 1 – 3 of 3) sorted by relevance
289 struct rpcap_startcapreq struct
1106 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()
1975 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()