Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsockio.h236 #define SIOCSIFOPPORTUNISTIC _IOWR('i', 139, struct ifreq) /* deprecated; use SIOCSIFTHROTTLE … macro
/xnu-8020.101.4/bsd/net/
H A Dif.c3024 case SIOCSIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
3740 case SIOCSIFOPPORTUNISTIC: in ifioctl_ifreq()
5871 case SIOCSIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c10878 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()
10880 if (cmd == SIOCSIFOPPORTUNISTIC) { in ifnet_getset_opportunistic()
10914 flags |= (cmd == SIOCSIFOPPORTUNISTIC) ? in ifnet_getset_opportunistic()