Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h315 struct rpcap_startcapreply struct
Dpcap-rpcap.c1033 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote()
1192 sizeof(struct rpcap_startcapreply), &plen, fp->errbuf) == -1) in pcap_startcapture_remote()
/external/libpcap/rpcapd/
Ddaemon.c1570 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req()
1711 RPCAP_MSG_STARTCAP_REPLY, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()
1713 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()
1715 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreply), NULL, in daemon_msg_startcap_req()
1719 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()