Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c134 static uchar_t str_suplen = 0; variable
192 str_suplen = 4; in encrypt_init()
202 if ((str_send[str_suplen++] = ep->type) == IAC) in encrypt_init()
203 str_send[str_suplen++] = IAC; in encrypt_init()
208 str_send[str_suplen++] = IAC; in encrypt_init()
209 str_send[str_suplen++] = SE; in encrypt_init()
435 if (str_suplen) { in encrypt_send_support()
443 (void) net_write(str_send, str_suplen); in encrypt_send_support()
444 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
445 str_suplen = 0; in encrypt_send_support()