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

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dencrypt.c134 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable
203 if ((str_send[str_suplen++] = ep->type) == IAC)
204 str_send[str_suplen++] = IAC;
209 str_send[str_suplen++] = IAC;
210 str_send[str_suplen++] = SE;
439 telnet_net_write(str_send, str_suplen);
440 printsub('>', &str_send[2], str_suplen - 2);
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c147 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable
215 if ((str_send[str_suplen++] = ep->type) == IAC)
216 str_send[str_suplen++] = IAC;
221 str_send[str_suplen++] = IAC;
222 str_send[str_suplen++] = SE;
436 net_write(str_send, str_suplen);
437 printsub('>', &str_send[2], str_suplen - 2);

Completed in 51 milliseconds