Searched defs:OPT_YES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c108 #define OPT_YES 1 /* will do this option */ macro
363 if (myopts[TELOPT_ENCRYPT] == OPT_YES)
368 myopts[TELOPT_ENCRYPT] == OPT_YES &&
369 remopts[TELOPT_ENCRYPT] == OPT_YES) {
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) {
2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) {
2567 if (remopts[TELOPT_ENCRYPT] != OPT_YES) {
2577 myopts[TELOPT_ENCRYPT] = OPT_YES;
2583 remopts[TELOPT_ENCRYPT] == OPT_YES &&
2584 myopts[TELOPT_ENCRYPT] == OPT_YES) {
[all...]

Completed in 63 milliseconds