Lines Matching refs:OPT_NO
107 #define OPT_NO 0 /* won't do this option */ macro
365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO; in auth_finished()
1773 remopts[TELOPT_ENCRYPT] = OPT_NO; in encrypt_support()
2473 remopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2609 remopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()
2610 myopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()
3324 if (myopts[TELOPT_BINARY] != OPT_NO) in telnet()
3327 if (remopts[TELOPT_BINARY] != OPT_NO) in telnet()
3485 if (c == '\r' && (myopts[TELOPT_BINARY] == OPT_NO)) { in telrcv()
3623 if (remopts[c] != OPT_NO) in telrcv()
3635 if (myopts[c] != OPT_NO) { in telrcv()
3691 if (remopts[option] == OPT_NO || in willoption()
3738 remopts[option] = OPT_NO; in willoption()
3788 remopts[option] = OPT_NO; in wontoption()
3808 remopts[option] = OPT_NO; in wontoption()
3898 myopts[option] = OPT_NO; in dooption()
3938 myopts[option] = OPT_NO; in dontoption()