Searched refs:SIOCGIFCAP (Results 1 – 4 of 4) sorted by relevance
78 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */ macro
1328 if (ioctl(s, SIOCGIFCAP, (caddr_t)&ifr) < 0) { in setifcap()1535 if (ioctl(s, SIOCGIFCAP, (caddr_t)&ifr) == 0) {
2486 case SIOCGIFCAP: in ifhwioctl()