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

/darwin-on-arm/xnu/bsd/sys/
H A Dsockio.h99 #define OSIOCGIFCONF32 _IOWR('i', 20, struct ifconf32) /* deprecated */
122 #define SIOCGIFCONF32 _IOWR('i', 36, struct ifconf32) /* get ifnet list */
/darwin-on-arm/xnu/bsd/net/
H A Dif.h573 struct ifconf32 { struct
H A Dif.c1466 case OSIOCGIFCONF32: /* struct ifconf32 */
1467 case SIOCGIFCONF32: { /* struct ifconf32 */
1468 struct ifconf32 ifc;

Completed in 19 milliseconds