Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsockio.h236 #define SIOCSIFOPPORTUNISTIC _IOWR('i', 139, struct ifreq) /* deprecated; use SIOCSIFTHROTTLE … macro
/xnu-8019.80.24/bsd/net/
H A Dif.c3027 case SIOCSIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
3743 case SIOCSIFOPPORTUNISTIC: in ifioctl_ifreq()
5866 case SIOCSIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c10807 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()
10809 if (cmd == SIOCSIFOPPORTUNISTIC) { in ifnet_getset_opportunistic()
10843 flags |= (cmd == SIOCSIFOPPORTUNISTIC) ? in ifnet_getset_opportunistic()