Searched refs:SIOCSIFPRIORITY (Results 1 – 3 of 3) sorted by relevance
145 #define SIOCSIFPRIORITY _IOW('i', 155, struct ifreq) /* set if priority */ macro
2282 case SIOCSIFPRIORITY: in ifioctl()
5701 if (ioctl(sock, SIOCSIFPRIORITY, (caddr_t)&ifr) == -1) in setifpriority()