Searched refs:ostates (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dnchan.c85 static const char *ostates[] = { "open", "drain", "wait_ieof", "closed" }; variable
103 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
104 ostates[next]);

Completed in 1100 milliseconds