Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshd.c248 static int *startup_flags = NULL; /* Indicates child closed listener */ variable
1159 startup_flags = xcalloc(options.max_startups, sizeof(int));
1258 if (startup_flags[i])
1263 if (startup_flags[i]) {
1265 startup_flags[i] = 0;
1351 startup_flags[j] = 1;