SIOCIFCREATE
if (ioctl(sock, SIOCIFCREATE, (caddr_t)ifr) == -1) {
if (ioctl(sock, SIOCIFCREATE, &ifr) == -1)
case SIOCIFCREATE: