Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ctld/
H A Duclparse.c266 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
315 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
324 conf->conf_timeout = ucl_object_toint(obj); in uclparse_toplevel()
H A Dctld.h215 int conf_timeout; member
H A Dparse.y135 conf->conf_timeout = tmp;
H A Dctld.c105 conf->conf_timeout = 60; in conf_new()
2454 set_timeout(conf->conf_timeout, true); in handle_connection()