Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dsockio_private.h151 #define SIOCGIFOPPORTUNISTIC _IOWR('i', 140, struct ifreq) /* deprecated; use SIOCGIFTHROTTLE … macro
/xnu-11417.121.6/tests/
H A Dioc_str.h158 X(SIOCGIFOPPORTUNISTIC) \
/xnu-11417.121.6/bsd/net/
H A Dif.c3008 case SIOCGIFOPPORTUNISTIC: in ifioctl_restrict_intcoproc()
3121 case SIOCGIFOPPORTUNISTIC: in ifioctl_restrict_management()
3430 case SIOCGIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
4247 case SIOCGIFOPPORTUNISTIC: in ifioctl_ifreq()
6693 case SIOCGIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c6921 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()