Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockio.h71 #define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */ macro
/f-stack/freebsd/sys/
H A Dsockio.h71 #define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */ macro
/f-stack/lib/
H A Dff_syscall_wrapper.c317 return SIOCSIFMETRIC; in linux2freebsd_ioctl()
/f-stack/tools/ifconfig/
H A Difconfig.c1353 if (ioctl(s, SIOCSIFMETRIC, (caddr_t)&ifr) < 0) in setifmetric()
/f-stack/freebsd/net/
H A Dif.c2719 case SIOCSIFMETRIC: in ifhwioctl()