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

/darwin-on-arm/xnu/bsd/sys/
H A Dsockio.h236 #define SIOCSIFTHROTTLE _IOWR('i', 148, struct if_throttlereq)
237 #define SIOCGIFTHROTTLE _IOWR('i', 149, struct if_throttlereq)
/darwin-on-arm/xnu/bsd/net/
H A Dif.h742 struct if_throttlereq { struct
H A Dif.c1648 case SIOCSIFTHROTTLE: /* struct if_throttlereq */
1649 case SIOCGIFTHROTTLE: { /* struct if_throttlereq */
1650 bcopy(((struct if_throttlereq *)(void *)data)->ifthr_name,
1830 case SIOCSIFTHROTTLE: { /* struct if_throttlereq */
1831 struct if_throttlereq *ifthr =
1832 (struct if_throttlereq *)(void *)data;
1848 case SIOCGIFTHROTTLE: { /* struct if_throttlereq */
1849 struct if_throttlereq *ifthr =
1850 (struct if_throttlereq *)(void *)data;

Completed in 28 milliseconds