Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dipsec.c196 if (fetch_stats("net.inet6.ipsec6.ipsecstats", off,&ipsecstat, in ipsec_stats()
201 if (fetch_stats("net.inet.ipsec.ipsecstats", off, &ipsecstat, in ipsec_stats()
306 if (fetch_stats("net.inet.ah.stats", off, &ahstat, in ah_stats()
366 if (fetch_stats("net.inet.esp.stats", off, &espstat, in esp_stats()
424 if (fetch_stats("net.inet.ipcomp.stats", off, &ipcompstat, in ipcomp_stats()
H A Dinet.c587 if (fetch_stats("net.inet.tcp.stats", off, &tcpstat, in tcp_stats()
913 if (fetch_stats("net.inet.udp.stats", off, &udpstat, in udp_stats()
970 if (fetch_stats("net.inet.carp.stats", off, &carpstat, in carp_stats()
1025 if (fetch_stats("net.inet.ip.stats", off, &ipstat, in ip_stats()
1110 if (fetch_stats("net.link.ether.arp.stats", off, &arpstat, in arp_stats()
1198 if (fetch_stats("net.inet.icmp.stats", off, &icmpstat, in icmp_stats()
1303 if (fetch_stats("net.inet.igmp.stats", 0, &igmpstat, in igmp_stats()
1315 error = fetch_stats("net.inet.igmp.stats", 0, &igmpstat, in igmp_stats()
1389 if (fetch_stats("net.inet.pim.stats", off, &pimstat, in pim_stats()
1437 if (fetch_stats("net.inet.divert.stats", off, &divstat, in divert_stats()
H A Dinet6.c355 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat, in ip6_stats()
944 if (fetch_stats("net.inet6.icmp6.stats", off, &icmp6stat, in icmp6_stats()
1184 if (fetch_stats("net.inet6.pim.stats", off, &pim6stat, in pim6_stats()
1221 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat, in rip6_stats()
H A Dnetstat.h71 int fetch_stats(const char *, u_long, void *, size_t, kreadfn_t);
H A Dmroute6.c231 if (fetch_stats("net.inet6.ip6.mrt6stat", 0, &mrtstat, in mrt6_stats()
H A Dif.c135 if (fetch_stats("net.pfsync.stats", off, &pfsyncstat, in pfsync_stats()
190 if (fetch_stats("net.pflow.stats", off, &pflowstat, in pflow_stats()
H A Dmbuf.c317 if (fetch_stats("kern.ipc.sfstat", mbaddr, &sfstat, sizeof(sfstat), in mbpr()
H A Dmroute.c416 if (fetch_stats("net.inet.ip.mrtstat", mstaddr, &mrtstat, in mrt_stats()
H A Dsctp.c578 if (fetch_stats("net.inet.sctp.stats", off, &sctpstat, in sctp_stats()
H A Droute.c704 if (fetch_stats("net.route.stats", nl[N_RTSTAT].n_value, &rtstat, in rt_stats()
H A Dmain.c650 fetch_stats(const char *sysctlname, u_long off, void *stats, in fetch_stats() function