Searched refs:SIOCIFCREATE2 (Results 1 – 4 of 4) sorted by relevance
164 #define SIOCIFCREATE2 _IOWR('i', 122, struct ifreq) /* create clone if with data */ macro
135 X(SIOCIFCREATE2) \
3406 case SIOCIFCREATE2: /* struct ifreq */ in ifioctl()3891 case SIOCIFCREATE2: in ifioctl_ifreq()3897 cmd == SIOCIFCREATE2 ? ifr->ifr_data : NULL); in ifioctl_ifreq()6684 case SIOCIFCREATE2: in ifioctl_cassert()
1223 if (ioctl(s, SIOCIFCREATE2, &ifr) < 0) { in sktc_ifnet_create_with_type()