Home
last modified time | relevance | path

Searched refs:SIOCIFCREATE2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/tests/ !
H A Dioc_str.h133 X(SIOCIFCREATE2) \
/xnu-8020.101.4/bsd/sys/ !
H A Dsockio.h185 #define SIOCIFCREATE2 _IOWR('i', 122, struct ifreq) /* create clone if with data */ macro
/xnu-8020.101.4/bsd/net/ !
H A Dif.c2991 case SIOCIFCREATE2: /* struct ifreq */ in ifioctl()
3368 case SIOCIFCREATE2: in ifioctl_ifreq()
3374 cmd == SIOCIFCREATE2 ? ifr->ifr_data : NULL); in ifioctl_ifreq()
5848 case SIOCIFCREATE2: in ifioctl_cassert()