Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockio.h78 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */ macro
/f-stack/freebsd/sys/
H A Dsockio.h78 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */ macro
/f-stack/tools/ifconfig/
H A Difconfig.c1328 if (ioctl(s, SIOCGIFCAP, (caddr_t)&ifr) < 0) { in setifcap()
1535 if (ioctl(s, SIOCGIFCAP, (caddr_t)&ifr) == 0) {
/f-stack/freebsd/net/
H A Dif.c2486 case SIOCGIFCAP: in ifhwioctl()