Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c329 send_will(c, init) in send_will() function
494 send_will(option, 0);
543 send_will(option, 0);
555 send_will(option, 0);
604 send_will(TELOPT_OLD_ENVIRON, 1);
2223 send_will(TELOPT_AUTHENTICATION, 1);
2227 send_will(TELOPT_ENCRYPT, 1);
2233 send_will(TELOPT_TTYPE, 1);
2234 send_will(TELOPT_NAWS, 1);
2235 send_will(TELOPT_TSPEED, 1);
[all …]
H A Dexterns.h261 extern void send_will(int, int);
H A Dcommands.c540 return (send_tncmd(send_will, "will", name));
1227 send_will(TELOPT_LINEMODE, 1); in dolinemode()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c352 static void send_will(int);
2448 send_will(int option) in send_will() function
2561 send_will(TELOPT_ENCRYPT); in getencrtype()