Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c115 static char remopts[MAXOPTLEN]; variable
1773 remopts[TELOPT_ENCRYPT] = OPT_NO; in encrypt_support()
2571 remopts[TELOPT_ENCRYPT] = in getencrtype()
3617 if (remopts[c] != OPT_YES) in telrcv()
3623 if (remopts[c] != OPT_NO) in telrcv()
3691 if (remopts[option] == OPT_NO || 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()
[all …]