Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockio.h116 #define SIOCSIFVNET _IOWR('i', 90, struct ifreq) /* move IF jail/vnet */ macro
/f-stack/freebsd/sys/
H A Dsockio.h116 #define SIOCSIFVNET _IOWR('i', 90, struct ifreq) /* move IF jail/vnet */ macro
/f-stack/tools/ifconfig/
H A Difconfig.c1209 if (ioctl(s, SIOCSIFVNET, &my_ifr) < 0) in setifvnet()
/f-stack/freebsd/net/
H A Dif.c2711 case SIOCSIFVNET: in ifhwioctl()