Home
last modified time | relevance | path

Searched refs:SIOCSIFPRIORITY (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dsockio.h145 #define SIOCSIFPRIORITY _IOW('i', 155, struct ifreq) /* set if priority */ macro
/openbsd/sys/net/
H A Dif.c2282 case SIOCSIFPRIORITY: in ifioctl()
/openbsd/sbin/ifconfig/
H A Difconfig.c5701 if (ioctl(sock, SIOCSIFPRIORITY, (caddr_t)&ifr) == -1) in setifpriority()