HomeSort by: relevance | last modified time | path
    Searched refs:rpcap_stats (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 351 struct rpcap_stats struct
pcap-rpcap.c 915 struct rpcap_stats netstats; /* statistics sent on the network */
968 sizeof(struct rpcap_stats), &plen, p->errbuf) == -1)
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2540 struct rpcap_stats *netstats; // statistics sent on the network
2554 RPCAP_MSG_STATS_REPLY, 0, (uint16) sizeof(struct rpcap_stats));
2556 netstats = (struct rpcap_stats *) &sendbuf[sendbufidx];
2558 if (sock_bufferize(NULL, sizeof(struct rpcap_stats), NULL,

Completed in 28 milliseconds