Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ctld/
H A Duclparse.c264 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
313 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
322 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
H A Dctld.h214 int conf_timeout; member
H A Dparse.y133 conf->conf_timeout = tmp;
H A Dctld.c105 conf->conf_timeout = 60; in conf_new()
2390 set_timeout(conf->conf_timeout, true); in handle_connection()