Home
last modified time | relevance | path

Searched refs:ifconf (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dsockio.h101 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
H A Dsockio_private.h91 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
/xnu-12377.1.9/bsd/net/
H A Dif.h449 struct ifconf { struct
H A Dif.c161 static int ifconf(u_long cmd, user_addr_t ifrp, int *ret_space);
1881 error = ifconf(cmd, CAST_USER_ADDR_T(ifc.ifc_req), in ifioctl_ifconf()
1891 error = ifconf(cmd, CAST_USER_ADDR_T(ifc.ifc_req), &ifc.ifc_len); in ifioctl_ifconf()
5168 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function