Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif.h436 struct ifstat { struct
H A Dif.c3188 struct ifstat *ifs = NULL; in ifioctl()
3359 ifs = kalloc_type(struct ifstat, Z_WAITOK | Z_NOFAIL); in ifioctl()
3570 kfree_type(struct ifstat, ifs); in ifioctl()
/xnu-8796.141.3/bsd/sys/
H A Dsockio.h147 #define SIOCGIFSTATUS _IOWR('i', 61, struct ifstat) /* get IF status */