Searched refs:str_suplen (Results 1 – 1 of 1) sorted by relevance
134 static uchar_t str_suplen = 0; variable192 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()