Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dsockio_private.h150 #define SIOCSIFOPPORTUNISTIC _IOWR('i', 139, struct ifreq) /* deprecated; use SIOCSIFTHROTTLE … macro
/xnu-11417.121.6/tests/
H A Dioc_str.h157 X(SIOCSIFOPPORTUNISTIC) \
/xnu-11417.121.6/bsd/net/
H A Dif.c3429 case SIOCSIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
4246 case SIOCSIFOPPORTUNISTIC: in ifioctl_ifreq()
6692 case SIOCSIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c6921 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()
6923 if (cmd == SIOCSIFOPPORTUNISTIC) { in ifnet_getset_opportunistic()
6957 flags |= (cmd == SIOCSIFOPPORTUNISTIC) ? in ifnet_getset_opportunistic()