Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libstand/
Dnetif.h26 struct netif_stats *dif_stats;
32 struct netif_stats { struct
Dnetif.c198 sizeof(struct netif_stats));
/freebsd-10-stable/sys/boot/ofw/libofw/
Dofw_net.c53 extern struct netif_stats ofwn_stats[];
60 struct netif_stats ofwn_stats[NENTS(ofwn_ifs)];
/freebsd-10-stable/sys/boot/uboot/lib/
Dnet.c57 extern struct netif_stats net_stats[];
64 struct netif_stats net_stats[NENTS(net_ifs)];
/freebsd-10-stable/sys/boot/efi/libefi/
Definet.c258 struct netif_stats *stats; in efinet_dev_init()
285 stats = calloc(nifs, sizeof(struct netif_stats)); in efinet_dev_init()
/freebsd-10-stable/sys/boot/i386/libi386/
Dpxe.c97 extern struct netif_stats pxe_st[];
110 struct netif_stats pxe_st[NENTS(pxe_ifs)];
/freebsd-10-stable/sys/boot/powerpc/ps3/
Dps3net.c62 struct netif_stats ps3net_stats[1];