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

/darwin-on-arm/xnu/bsd/sys/
H A Dsockio.h100 #define OSIOCGIFCONF64 _IOWR('i', 20, struct ifconf64) /* deprecated */
123 #define SIOCGIFCONF64 _IOWR('i', 36, struct ifconf64) /* get ifnet list */
/darwin-on-arm/xnu/bsd/net/
H A Dif.h580 struct ifconf64 { struct
H A Dif.c1476 case SIOCGIFCONF64: /* struct ifconf64 */
1477 case OSIOCGIFCONF64: { /* struct ifconf64 */
1478 struct ifconf64 ifc;

Completed in 18 milliseconds