Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h306 struct rpcap_startcapreq struct
Dpcap-rpcap.c1032 struct rpcap_startcapreq *startcapreq; /* start capture request message */ in pcap_startcapture_remote()
1142 …sizeof(struct rpcap_startcapreq) + sizeof(struct rpcap_filter) + fp->fcode.bf_len * sizeof(struct … in pcap_startcapture_remote()
1145 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx]; in pcap_startcapture_remote()
1147 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreq), NULL, in pcap_startcapture_remote()
1151 memset(startcapreq, 0, sizeof(struct rpcap_startcapreq)); in pcap_startcapture_remote()
/external/libpcap/rpcapd/
Ddaemon.c1569 struct rpcap_startcapreq startcapreq; // start capture request message in daemon_msg_startcap_req()
1576 sizeof(struct rpcap_startcapreq), &plen, errmsgbuf); in daemon_msg_startcap_req()