Searched refs:ifcount (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstat_proc.c175 int ifcount; local
259 len = sizeof ifcount;
260 if (sysctl(mib, 5, &ifcount, &len, 0, 0) < 0) {
261 syslog(LOG_ERR, "sysctl(net.link.generic.system.ifcount): %m");
270 for (i = 1; i <= ifcount; i++) {
/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c696 p->sf.ifcount++;
934 p->sf.ifcount++;
1037 p->sf.ifcount = 0;
1052 if (interface_id >= p->sf.ifcount) {
H A Dpcap-int.h115 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member in struct:pcap_sf
/freebsd-9.3-release/sys/net/
H A Dif_mib.c69 SYSCTL_VNET_INT(_net_link_generic_system, IFMIB_IFCOUNT, ifcount, CTLFLAG_RD,

Completed in 64 milliseconds