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