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