Searched refs:tcode (Results 1 – 2 of 2) sorted by relevance
1421 int tcode; local1449 tcode = -1;1455 tcode = SMFTO_CONNECT;1459 tcode = SMFTO_WRITE;1463 tcode = SMFTO_READ;1467 tcode = SMFTO_EOM;1478 if (tcode >= 0)1480 m->mf_timeout[tcode] = convtime(p, 's');1484 (u_long) m->mf_timeout[tcode]);
2141 u_int data_len, tcode; in channel_input_extended_data() local2161 tcode = packet_get_int(); in channel_input_extended_data()2164 tcode != SSH2_EXTENDED_DATA_STDERR) { in channel_input_extended_data()