Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c115 static char remopts[MAXOPTLEN]; variable
365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO; in auth_finished()
369 remopts[TELOPT_ENCRYPT] == OPT_YES) { in auth_finished()
1773 remopts[TELOPT_ENCRYPT] = OPT_NO; in encrypt_support()
2473 remopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2486 remopts[TELOPT_AUTHENTICATION] = in getauthtype()
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) { in getauthtype()
2567 if (remopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2571 remopts[TELOPT_ENCRYPT] = in getencrtype()
2583 remopts[TELOPT_ENCRYPT] == OPT_YES && in getencrtype()
[all …]