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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dencrypt.c136 static unsigned char str_suplen = 0; variable
194 str_suplen = 4;
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;
431 if (str_suplen) {
439 telnet_net_write(str_send, str_suplen);
440 printsub('>', &str_send[2], str_suplen - 2);
441 str_suplen
[all...]
/macosx-10.10.1/libtelnet-13/
H A Dencrypt.c149 static unsigned char str_suplen = 0; variable
206 str_suplen = 4;
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;
428 if (str_suplen) {
436 net_write(str_send, str_suplen);
437 printsub('>', &str_send[2], str_suplen - 2);
438 str_suplen
[all...]

Completed in 168 milliseconds