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

/freebsd-10.2-release/crypto/heimdal/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...]
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Dencrypt.c144 static unsigned char str_suplen = 0; variable
201 str_suplen = 4;
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;
423 if (str_suplen) {
431 net_write(str_send, str_suplen);
432 printsub('>', &str_send[2], str_suplen - 2);
433 str_suplen
[all...]

Completed in 104 milliseconds