Searched refs:ifthr_level (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif.h744 u_int32_t ifthr_level; member in struct:if_throttlereq
H A Dif.c1833 u_int32_t ifthr_level; local
1841 bcopy(&ifthr->ifthr_level, &ifthr_level, sizeof (ifthr_level));
1842 error = ifnet_set_throttle(ifp, ifthr_level);
1851 u_int32_t ifthr_level; local
1853 if ((error = ifnet_get_throttle(ifp, &ifthr_level)) == 0) {
1854 bcopy(&ifthr_level, &ifthr->ifthr_level,
1855 sizeof (ifthr_level));
[all...]

Completed in 27 milliseconds