Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c142 case IP_STOP_TIMEOUT: in next_command()
189 if (*j->comparam == IP_STOP_TIMEOUT) { in finish_command()
203 if (*j->comparam != IP_STOP_TIMEOUT) { in finish_command()
311 case IP_STOP_TIMEOUT: in run_command()
882 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.c95 [IP_STOP_TIMEOUT] = {"stop.timeout", PF_INTERNAL | PF_INT},