Searched refs:OPT_YES (Results 1 – 1 of 1) sorted by relevance
108 #define OPT_YES 1 /* will do this option */ macro363 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 …]