Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dioc_str.h157 X(SIOCSIFOPPORTUNISTIC) \
/xnu-12377.81.4/bsd/sys/
H A Dsockio_private.h156 #define SIOCSIFOPPORTUNISTIC _IOWR('i', 139, struct ifreq) /* deprecated; use SIOCSIFTHROTTLE … macro
/xnu-12377.81.4/bsd/net/
H A Dif.c3408 case SIOCSIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
4229 case SIOCSIFOPPORTUNISTIC: in ifioctl_ifreq()
6730 case SIOCSIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c6837 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()
6839 if (cmd == SIOCSIFOPPORTUNISTIC) { in ifnet_getset_opportunistic()
6873 flags |= (cmd == SIOCSIFOPPORTUNISTIC) ? in ifnet_getset_opportunistic()