Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dioc_str.h158 X(SIOCGIFOPPORTUNISTIC) \
/xnu-12377.81.4/bsd/sys/
H A Dsockio_private.h157 #define SIOCGIFOPPORTUNISTIC _IOWR('i', 140, struct ifreq) /* deprecated; use SIOCGIFTHROTTLE … macro
/xnu-12377.81.4/bsd/net/
H A Dif.c2983 case SIOCGIFOPPORTUNISTIC: in ifioctl_restrict_intcoproc()
3098 case SIOCGIFOPPORTUNISTIC: in ifioctl_restrict_management()
3409 case SIOCGIFOPPORTUNISTIC: /* struct ifreq */ in ifioctl()
4230 case SIOCGIFOPPORTUNISTIC: in ifioctl_ifreq()
6731 case SIOCGIFOPPORTUNISTIC: in ifioctl_cassert()
H A Ddlil.c6837 VERIFY(cmd == SIOCSIFOPPORTUNISTIC || cmd == SIOCGIFOPPORTUNISTIC); in ifnet_getset_opportunistic()