Home
last modified time | relevance | path

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

/original-bsd/lib/libtelnet/
H A Dencrypt.c106 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable
179 if ((str_send[str_suplen++] = ep->type) == IAC)
180 str_send[str_suplen++] = IAC;
185 str_send[str_suplen++] = IAC;
186 str_send[str_suplen++] = SE;
406 net_write(str_send, str_suplen); in encrypt_send_support()
407 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()