Searched refs:ifconf (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsockio.h98 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
119 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/xnu-2422.115.4/bsd/net/
H A Dif.h605 struct ifconf { struct
H A Dif.c151 static int ifconf(u_long cmd, user_addr_t ifrp, int * ret_space);
1439 error = ifconf(cmd, CAST_USER_ADDR_T(ifc.ifc_req),
1449 error = ifconf(cmd, ifc.ifc_req, &ifc.ifc_len);
2522 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) function

Completed in 31 milliseconds