HomeSort by: relevance | last modified time | path
    Searched defs:str_send (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libtelnet/
encrypt.c 132 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable
201 if ((str_send[str_suplen++] = ep->type) == IAC)
202 str_send[str_suplen++] = IAC;
207 str_send[str_suplen++] = IAC;
208 str_send[str_suplen++] = SE;
422 telnet_net_write(str_send, str_suplen);
423 printsub('>', &str_send[2], str_suplen - 2);

Completed in 73 milliseconds