Lines Matching refs:remopts

115 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()
2609 remopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()
2631 remopts[TELOPT_TTYPE] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2636 remopts[TELOPT_NAWS] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2641 remopts[TELOPT_XDISPLOC] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2646 remopts[TELOPT_NEW_ENVIRON] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2651 remopts[TELOPT_OLD_ENVIRON] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2657 remopts[TELOPT_ENCRYPT] == OPT_YES && in getterminaltype()
2679 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
2686 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
2693 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
2700 if (remopts[TELOPT_OLD_ENVIRON] == OPT_YES) { in getterminaltype()
2708 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
2713 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
2718 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
2723 if (remopts[TELOPT_OLD_ENVIRON] == OPT_YES) { in getterminaltype()
3098 remopts[TELOPT_ECHO] = OPT_YES_BUT_ALWAYS_LOOK; in doit()
3321 binary_out != remopts[TELOPT_BINARY]) { in telnet()
3327 if (remopts[TELOPT_BINARY] != OPT_NO) in telnet()
3340 binary_out = remopts[TELOPT_BINARY]; in telnet()
3617 if (remopts[c] != OPT_YES) in telrcv()
3623 if (remopts[c] != OPT_NO) in telrcv()
3691 if (remopts[option] == OPT_NO || in willoption()
3702 if (remopts[option] == OPT_YES_BUT_ALWAYS_LOOK) { in willoption()
3703 remopts[option] = OPT_YES; in willoption()
3736 remopts[option] = OPT_YES; in willoption()
3738 remopts[option] = OPT_NO; in willoption()
3788 remopts[option] = OPT_NO; in wontoption()
3808 remopts[option] = OPT_NO; in wontoption()