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

/freebsd-12-stable/contrib/libpcap/
H A Drpcap-protocol.h324 struct rpcap_stats struct
H A Dpcap-rpcap.c842 struct rpcap_stats netstats; /* statistics sent on the network */
895 sizeof(struct rpcap_stats), &plen, p->errbuf) == -1)
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c2176 struct rpcap_stats *netstats; // statistics sent on the network
2190 RPCAP_MSG_STATS_REPLY, 0, (uint16) sizeof(struct rpcap_stats));
2192 netstats = (struct rpcap_stats *) &sendbuf[sendbufidx];
2194 if (sock_bufferize(NULL, sizeof(struct rpcap_stats), NULL,

Completed in 63 milliseconds