Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dsockio_private.h139 #define SIOCSIFOPPORTUNISTIC _IOWR('i', 139, struct ifreq) /* deprecated; use SIOCSIFTHROTTLE … macro
/xnu-11215.61.5/tests/
H A Dioc_str.h152 X(SIOCSIFOPPORTUNISTIC) \
/xnu-11215.61.5/bsd/net/
H A Dif.c3419 case SIOCSIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
4234 case SIOCSIFOPPORTUNISTIC: in ifioctl_ifreq()
6561 case SIOCSIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c10918 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()
10920 if (cmd == SIOCSIFOPPORTUNISTIC) { in ifnet_getset_opportunistic()
10954 flags |= (cmd == SIOCSIFOPPORTUNISTIC) ? in ifnet_getset_opportunistic()