Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A DMakefile8 SRCS= cmds.c cmdtab.c convtbl.c devs.c fetch.c ifcmds.c ifstat.c iostat.c \
/dragonfly/sys/sys/
H A Dsockio.h95 #define SIOCGIFSTATUS _IOWR('i', 59, struct ifstat) /* get IF status */
/dragonfly/sys/net/
H A Dif.h310 struct ifstat { struct
H A Dif.c1964 struct ifstat *ifs; in ifioctl()
2338 ifs = (struct ifstat *)data; in ifioctl()
/dragonfly/sys/dev/netif/fwe/
H A Dif_fwe.c395 struct ifstat *ifs = NULL; in fwe_ioctl()
415 ifs = (struct ifstat *)data; in fwe_ioctl()
/dragonfly/contrib/awk/
H A Dproto.h186 extern Cell *ifstat(Node **, int);
H A Drun.c1868 Cell *ifstat(Node **a, int n) /* if (a[0]) a[1]; else a[2] */ in ifstat() function
/dragonfly/sys/net/tap/
H A Dif_tap.c576 struct ifstat *ifs = NULL; in tapifioctl()
621 ifs = (struct ifstat *)data; in tapifioctl()
/dragonfly/sys/net/tun/
H A Dif_tun.c481 struct ifstat *ifs; in tunifioctl()
486 ifs = (struct ifstat *)data; in tunifioctl()
/dragonfly/sys/dev/virtual/vkernel/net/
H A Dif_vke.c425 struct ifstat *ifs = (struct ifstat *)data; in vke_ioctl()
/dragonfly/sbin/ifconfig/
H A Difconfig.c1236 struct ifstat ifs; in status()