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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c599 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) argument
613 * we do increment *curpps even in *curpps < maxpps case, as some may
621 } else if (maxpps < 0)
623 else if (*curpps < maxpps)
H A Daudit_bsd.h323 int _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c3200 ppsratecheck(lasttime, curpps, maxpps)
3203 int maxpps; /* maximum pps allowed */
3217 * we do increment *curpps even in *curpps < maxpps case, as some may
3225 } else if (maxpps < 0)
3227 else if (*curpps < maxpps)

Completed in 77 milliseconds