Searched defs:OPT_NO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
1773 remopts[TELOPT_ENCRYPT] = OPT_NO;
2473 remopts[TELOPT_AUTHENTICATION] = OPT_NO;
2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO;
2609 remopts[TELOPT_ENCRYPT] = OPT_NO;
2610 myopts[TELOPT_ENCRYPT] = OPT_NO;
3324 if (myopts[TELOPT_BINARY] != OPT_NO)
3327 if (remopts[TELOPT_BINARY] != OPT_NO)
3485 if (c == '\r' && (myopts[TELOPT_BINARY] == OPT_NO)) {
[all...]

Completed in 70 milliseconds