Searched refs:get_prop_value_int (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 321 cfg->wait_fail_cnt = get_prop_value_int(bprops, in populate_defaults() 323 cfg->wait_fail_interval = get_prop_value_int(bprops, in populate_defaults() 325 cfg->max_copies = get_prop_value_int(bprops, PR_MAX_COPIES_NAME); in populate_defaults() 326 cfg->conn_rate_offline = get_prop_value_int(bprops, in populate_defaults() 328 cfg->conn_rate_max = get_prop_value_int(bprops, PR_CON_RATE_MAX_NAME); in populate_defaults() 329 cfg->bind_fail_interval = get_prop_value_int(bprops, in populate_defaults() 331 cfg->bind_fail_max = get_prop_value_int(bprops, PR_BIND_FAIL_MAX_NAME); in populate_defaults() 332 cfg->conn_backlog = get_prop_value_int(bprops, in populate_defaults()
|
/titanic_44/usr/src/lib/libinetsvc/common/ |
H A D | mapfile-vers | 55 get_prop_value_int;
|
H A D | inetsvc.h | 329 int64_t get_prop_value_int(const inetd_prop_t *, const char *);
|
H A D | inetsvc.c | 173 get_prop_value_int(const inetd_prop_t *prop, const char *name) in get_prop_value_int() function
|