Searched refs:str_send (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 134 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable 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() 423 net_write(str_send, str_suplen); in encrypt_send_support() 424 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 134 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT, variable 203 if ((str_send[str_suplen++] = ep->type) == IAC) in encrypt_init() 204 str_send[str_suplen++] = IAC; in encrypt_init() 209 str_send[str_suplen++] = IAC; in encrypt_init() 210 str_send[str_suplen++] = SE; in encrypt_init() 439 telnet_net_write(str_send, str_suplen); in encrypt_send_support() 440 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
|