Home
last modified time | relevance | path

Searched refs:if_throttlereq (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsockio_private.h165 #define SIOCSIFTHROTTLE _IOWR('i', 148, struct if_throttlereq)
166 #define SIOCGIFTHROTTLE _IOWR('i', 149, struct if_throttlereq)
/xnu-12377.61.12/bsd/net/
H A Dif_private.h668 struct if_throttlereq { struct
H A Dif.c2136 struct if_throttlereq *ifthr = (struct if_throttlereq *)(void *)data; in ifioctl_throttle()
3558 bcopy(((struct if_throttlereq *)(void *)data)->ifthr_name, in ifioctl()