HomeSort by: relevance | last modified time | path
    Searched refs:se_count (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/inetd/
ratelimit.c 85 "%zu and se_count %zu", SERV_PARAMS(sep),
86 sep->se_service_max, sep->se_count);
88 if (sep->se_count == 0) {
100 /* se_count is only incremented if rl_process will return 0 */
101 sep->se_count++;
312 sep->se_count = 0;
348 if (sep->se_count >= sep->se_service_max) {
inetd.h 189 size_t se_count; /* number of instances of this service started since se_time */ member in struct:servtab
192 time_t se_time; /* start of se_count and ip_max counts, in seconds from arbitrary point */
inetd.c 853 sep->se_count = 0;

Completed in 26 milliseconds