Searched defs: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;
369 remopts[TELOPT_ENCRYPT] == OPT_YES) {
1773 remopts[TELOPT_ENCRYPT] = OPT_NO;
2473 remopts[TELOPT_AUTHENTICATION] = OPT_NO;
2486 remopts[TELOPT_AUTHENTICATION] =
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) {
2567 if (remopts[TELOPT_ENCRYPT] != OPT_YES) {
2571 remopts[TELOPT_ENCRYPT] =
2583 remopts[TELOPT_ENCRYP
[all...]

Completed in 246 milliseconds