Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h364 struct rpcap_stats struct
Dpcap-rpcap.c841 struct rpcap_stats netstats; /* statistics sent on the network */ in rpcap_stats_rpcap()
894 sizeof(struct rpcap_stats), &plen, p->errbuf) == -1) in rpcap_stats_rpcap()
/external/libpcap/rpcapd/
Ddaemon.c2159 struct rpcap_stats *netstats; // statistics sent on the network in daemon_msg_stats_req()
2173 RPCAP_MSG_STATS_REPLY, 0, (uint16) sizeof(struct rpcap_stats)); in daemon_msg_stats_req()
2175 netstats = (struct rpcap_stats *) &sendbuf[sendbufidx]; in daemon_msg_stats_req()
2177 if (sock_bufferize(NULL, sizeof(struct rpcap_stats), NULL, in daemon_msg_stats_req()