Home
last modified time | relevance | path

Searched refs:bind_fail_max (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h275 int64_t bind_fail_max; member
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c331 cfg->bind_fail_max = get_prop_value_int(bprops, PR_BIND_FAIL_MAX_NAME); in populate_defaults()
H A Dinetd.c880 ((cfg->bind_fail_max >= 0) && /* limit reached */ in handle_bind_failure()
881 (++instance->bind_fail_count > cfg->bind_fail_max))) || in handle_bind_failure()