Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshd.c249 static int *startup_flags = NULL; /* Indicates child closed listener */ variable
1181 startup_flags = xcalloc(options.max_startups, sizeof(int));
1266 if (startup_flags[i])
1271 if (startup_flags[i]) {
1273 startup_flags[i] = 0;
1319 startup_flags[j] = 1;