Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c107 #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()
[all …]