Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c186 wantencryption = B_TRUE; in main()
H A Dexterns.h125 extern boolean_t wantencryption; /* User has requested encryption */
H A Dtelnet.c119 boolean_t wantencryption = B_FALSE; variable
2223 if (telnetport || wantencryption) {
2250 if (wantencryption) {
H A Dcommands.c3124 wantencryption = B_TRUE; in tn()