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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c66 * maxpps of 0 always causes zero to be returned. maxpps of -1
75 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) argument
88 return (maxpps != 0);
91 return (maxpps < 0 || *curpps <= maxpps);

Completed in 28 milliseconds