Searched refs:SIOCGIFMETRIC (Results 1 – 5 of 5) sorted by relevance
70 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */ macro
315 return SIOCGIFMETRIC; in linux2freebsd_ioctl()
1504 if (ioctl(s, SIOCGIFMETRIC, &ifr) != -1)
2509 case SIOCGIFMETRIC: in ifhwioctl()