Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.c90 static struct pcap_stat *rpcap_stats_remote(pcap_t *p, struct pcap_stat *ps, int mode);
496 retval = rpcap_stats_remote(p, ps, PCAP_STATS_STANDARD); in pcap_stats_remote()
519 return (rpcap_stats_remote(p, &(p->stat), PCAP_STATS_EX)); in pcap_stats_ex_remote()
553 static struct pcap_stat *rpcap_stats_remote(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_remote() function