Home
last modified time | relevance | path

Searched refs:SIOCGIFMETRIC (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockio.h70 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */ macro
/f-stack/freebsd/sys/
H A Dsockio.h70 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */ macro
/f-stack/lib/
H A Dff_syscall_wrapper.c315 return SIOCGIFMETRIC; in linux2freebsd_ioctl()
/f-stack/tools/ifconfig/
H A Difconfig.c1504 if (ioctl(s, SIOCGIFMETRIC, &ifr) != -1)
/f-stack/freebsd/net/
H A Dif.c2509 case SIOCGIFMETRIC: in ifhwioctl()