Searched refs:SIOCIFCREATE (Results 1 – 6 of 6) sorted by relevance
94 if (ioctl(s, SIOCIFCREATE, &ifr) < 0) { in disc_setup()
129 #define SIOCIFCREATE _IOWR('i', 122, struct ifreq) /* create clone if */ macro
522 if (ioctl(sock, SIOCIFCREATE, &ifr) < 0) { in bridge_create()
2274 unsigned IOCTL_SIOCIFCREATE = SIOCIFCREATE;
1197 _(SIOCIFCREATE, READ, struct_ifreq_sz);
2958 case SIOCIFCREATE: in ifioctl()