Searched refs:ratecheck (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c35 * ratecheck(): simple time-based rate-limit checking.
38 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) function
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtime.h69 int ratecheck(struct timeval *, const struct timeval *);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_rssadapt.c227 if (!ratecheck(&ra->ra_last_raise, &ra->ra_raise_interval))
H A Dieee80211_node.c3144 !ratecheck(&ic->ic_last_merge_print, &merge_print_intvl))
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c1225 /* don't do PREQ ratecheck when we propagate */
1245 if (ratecheck(last, minint) == 0)
1653 if (ratecheck(&hs->hs_lastperr, &ieee80211_hwmp_perrminint) == 0)

Completed in 110 milliseconds