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

  /src/usr.sbin/inetd/
inetd.c 465 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T &&
466 sep->se_accept_count >= sep->se_accept_max)
496 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T &&
497 sep->se_accept_count < sep->se_accept_max)
655 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T &&
656 sep->se_accept_count <= sep->se_accept_max &&
670 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T &&
671 sep->se_accept_count <= sep->se_accept_max)
879 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T &&
880 sep->se_accept_max > 0)
    [all...]
inetd.h 193 size_t se_accept_max; /* max # of connections to accept */ member in struct:servtab
parse.c 187 SWAP(size_t, cp->se_accept_max, sep->se_accept_max);
1144 sep->se_accept_max = (size_t)strtou(cp1, NULL, 10, 0,
1149 sep->se_accept_max = 0;
1155 sep->se_accept_max,
1189 .se_accept_max = SERVTAB_UNSPEC_SIZE_T,
parse_v2.c 1014 if (sep->se_accept_max != SERVTAB_UNSPEC_SIZE_T) {
1040 sep->se_accept_max = count;

Completed in 20 milliseconds