Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshd.c193 static int children_active; variable
278 if (++children_active > options.max_startups) in child_register()
290 if (children_active == 0) in child_finish()
300 children_active--; in child_finish()
481 logit("%d active startups", children_active); in show_info()
974 if (oactive != children_active) { in server_accept_loop()
976 listener_proctitle, children_active, in server_accept_loop()
978 oactive = children_active; in server_accept_loop()
1147 children_active, config_s[0])) { in server_accept_loop()