Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dsshd.c252 static int *startup_flags = NULL; /* Indicates child closed listener */ variable
1177 startup_flags = xcalloc(options.max_startups, sizeof(int));
1276 if (startup_flags[i])
1281 if (startup_flags[i]) {
1283 startup_flags[i] = 0;
1358 startup_flags[j] = 1;