Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c132 static uchar_t str_suplen = 0; variable
190 str_suplen = 4; in encrypt_init()
200 if ((str_send[str_suplen++] = ep->type) == IAC) in encrypt_init()
201 str_send[str_suplen++] = IAC; in encrypt_init()
206 str_send[str_suplen++] = IAC; in encrypt_init()
207 str_send[str_suplen++] = SE; in encrypt_init()
433 if (str_suplen) { in encrypt_send_support()
441 (void) net_write(str_send, str_suplen); in encrypt_send_support()
442 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
443 str_suplen = 0; in encrypt_send_support()