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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsockio.h103 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
121 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.h414 struct ifconf { struct
427 /* LP64 version of ifconf. all pointers
429 * WARNING - keep in sync with ifconf
H A Dif.c126 static int ifconf(u_long cmd, user_addr_t ifrp, int * ret_space);
1173 return (ifconf(cmd, user_addr, &ifc->ifc_len));
1591 ifconf(u_long cmd, user_addr_t ifrp, int * ret_space) function

Completed in 95 milliseconds