Home
last modified time | relevance | path

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

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