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

/freebsd-11-stable/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-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c140 static unsigned char str_suplen = 0; variable
197 str_suplen = 4;
206 if ((str_send[str_suplen++] = ep->type) == IAC)
207 str_send[str_suplen++] = IAC;
212 str_send[str_suplen++] = IAC;
213 str_send[str_suplen++] = SE;
419 if (str_suplen) {
427 net_write(str_send, str_suplen);
428 printsub('>', &str_send[2], str_suplen - 2);
429 str_suplen
[all...]

Completed in 118 milliseconds