Searched refs:str_none (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c369 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, local
434 telnet_net_write(str_none, sizeof(str_none));
435 printsub('>', &str_none[2], sizeof(str_none) - 2);
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.c378 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, local
443 net_write(str_none, sizeof(str_none));
444 printsub('>', &str_none[2], sizeof(str_none) - 2);

Completed in 178 milliseconds