Home
last modified time | relevance | path

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

/freebsd/usr.sbin/jail/
H A Dcommand.c141 case IP_STOP_TIMEOUT: in next_command()
188 if (*j->comparam == IP_STOP_TIMEOUT) { in finish_command()
202 if (*j->comparam != IP_STOP_TIMEOUT) { in finish_command()
310 case IP_STOP_TIMEOUT: in run_command()
930 if (!int_param(j->intparams[IP_STOP_TIMEOUT], &timeout)) in term_procs()
H A Djailp.h109 IP_STOP_TIMEOUT, /* Time to wait after sending SIGTERM */ enumerator
H A Djail.c113 IP_STOP_TIMEOUT, enumerator
H A Dconfig.c94 [IP_STOP_TIMEOUT] = {"stop.timeout", PF_INTERNAL | PF_INT},