Home
last modified time | relevance | path

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

/titanic_41/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) in auth_finished()
368 myopts[TELOPT_ENCRYPT] == OPT_YES && in auth_finished()
369 remopts[TELOPT_ENCRYPT] == OPT_YES) { in auth_finished()
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) { in getauthtype()
2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2567 if (remopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2577 myopts[TELOPT_ENCRYPT] = OPT_YES; in getencrtype()
2583 remopts[TELOPT_ENCRYPT] == OPT_YES && in getencrtype()
2584 myopts[TELOPT_ENCRYPT] == OPT_YES) { in getencrtype()
[all …]