Searched refs:netif_stats (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dnetif.h26 struct netif_stats *dif_stats;
32 struct netif_stats { struct
H A Dnetif.c198 sizeof(struct netif_stats));
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dofw_net.c53 extern struct netif_stats ofwn_stats[];
60 struct netif_stats ofwn_stats[NENTS(ofwn_ifs)];
/freebsd-9.3-release/sys/boot/efi/libefi/
H A Definet.c258 struct netif_stats *stats;
285 stats = calloc(nifs, sizeof(struct netif_stats));
/freebsd-9.3-release/sys/boot/uboot/lib/
H A Dnet.c56 extern struct netif_stats net_stats[];
63 struct netif_stats net_stats[NENTS(net_ifs)];
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dps3net.c62 struct netif_stats ps3net_stats[1];
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c91 extern struct netif_stats pxe_st[];
104 struct netif_stats pxe_st[NENTS(pxe_ifs)];

Completed in 118 milliseconds