Home
last modified time | relevance | path

Searched refs:SIOCSIFVNET (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A Dsockio.h113 #define SIOCSIFVNET _IOWR('i', 90, struct ifreq) /* move IF jail/vnet */ macro
/src/tools/tools/vimage/
H A Dvimage.c220 if (ioctl(s, SIOCSIFVNET, (caddr_t)&ifreq) < 0) in main()
/src/sbin/ifconfig/
H A Difconfig.c1308 if (ioctl_ctx_ifr(ctx, SIOCSIFVNET, &ifr) < 0) in setifvnet()
/src/sys/net/
H A Dif.c2571 case SIOCSIFVNET: in ifhwioctl()