Searched refs:str_send (Results 1 – 1 of 1) sorted by relevance
132 static uchar_t str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable202 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()443 (void) net_write(str_send, str_suplen); in encrypt_send_support()444 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()