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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c61 * ppsratecheck(): packets (or events) per second limitation.
75 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) function
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtime.h68 int ppsratecheck(struct timeval *, int *, int);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c426 if (ppsratecheck(&ts->tdma_lastprint, &ts->tdma_fails, 1))
436 if (ppsratecheck(&ts->tdma_lastprint, &ts->tdma_fails, 1))
445 if (ppsratecheck(&ts->tdma_lastprint, &ts->tdma_fails, 1))
H A Dieee80211_dfs.c395 } else if (ppsratecheck(&dfs->lastevent, &dfs->cureps, 1)) {
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_rssadapt.c59 ppsratecheck(&lastrateadapt, &currssadaptps, ieee80211_adaptrate))

Completed in 100 milliseconds