Home
last modified time | relevance | path

Searched refs:SIOCGIFPRIORITY (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Dsockio.h146 #define SIOCGIFPRIORITY _IOWR('i', 156, struct ifreq) /* get if priority */ macro
/openbsd/sys/net/
H A Dif.c2085 case SIOCGIFPRIORITY: in ifioctl()
2587 case SIOCGIFPRIORITY: in ifioctl_get()
/openbsd/regress/sbin/ifconfig/
H A Difaddr.c1126 if (ioctl(sock, SIOCGIFPRIORITY, &ifrdesc) == 0) { in status()
/openbsd/sbin/ifconfig/
H A Difconfig.c3340 if (!is_bridge() && ioctl(sock, SIOCGIFPRIORITY, &ifrdesc) == 0) { in status()