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

/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dencrypt.c142 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable
210 if ((str_send[str_suplen++] = ep->type) == IAC)
211 str_send[str_suplen++] = IAC;
216 str_send[str_suplen++] = IAC;
217 str_send[str_suplen++] = SE;
431 net_write(str_send, str_suplen);
432 printsub('>', &str_send[2], str_suplen - 2);
/freebsd-10.0-release/crypto/heimdal/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);

Completed in 124 milliseconds