HomeSort by relevance Sort by last modified time
    Searched full:c_status (Results 1 - 1 of 1) sorted by null

  /external/openssh/
ssh-keyscan.c 85 u_char c_status; /* State of connection on this file desc. */ member in struct:Connection
339 if (fdcon[s].c_status)
343 fdcon[s].c_status = CS_CON;
363 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
368 if (fdcon[s].c_status == CS_KEYS)
370 fdcon[s].c_status = CS_UNUSED;
474 c->c_status = CS_SIZE;
484 if (c->c_status == CS_CON) {
497 switch (c->c_status) {
503 c->c_status = CS_KEYS
    [all...]

Completed in 57 milliseconds