Searched refs:ifconf (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | sockio.h | 101 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
|
| H A D | sockio_private.h | 91 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if.h | 449 struct ifconf { struct
|
| H A D | if.c | 161 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
|