Home
last modified time | relevance | path

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

/src/usr.sbin/nscd/
H A Dconfig.c198 struct timeval default_common_timeout, default_mp_timeout; in create_def_configuration_entry() local
224 memset(&default_mp_timeout, 0, sizeof(struct timeval)); in create_def_configuration_entry()
225 default_mp_timeout.tv_sec = DEFAULT_MP_ENTRY_TIMEOUT; in create_def_configuration_entry()
235 &default_mp_timeout, &positive_params, &negative_params, in create_def_configuration_entry()