Searched refs:c_status (Results 1 – 1 of 1) sorted by relevance
78 u_char c_status; /* State of connection on this file desc. */ member445 if (fdcon[s].c_status) in conalloc()449 fdcon[s].c_status = CS_CON; in conalloc()469 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED) in confree()474 if (fdcon[s].c_status == CS_KEYS) in confree()476 fdcon[s].c_status = CS_UNUSED; in confree()566 c->c_status = CS_SIZE; in congreet()576 if (c->c_status == CS_CON) { in conread()589 switch (c->c_status) { in conread()595 c->c_status = CS_KEYS; in conread()[all …]