Symbol: send_do
libexec/telnetd/ext.h
114
send_do(int, int),
libexec/telnetd/state.c
571
send_do(option, 0);
libexec/telnetd/telnetd.c
497
send_do(TELOPT_AUTHENTICATION, 1);
libexec/telnetd/telnetd.c
509
send_do(TELOPT_TTYPE, 1);
libexec/telnetd/telnetd.c
510
send_do(TELOPT_TSPEED, 1);
libexec/telnetd/telnetd.c
511
send_do(TELOPT_XDISPLOC, 1);
libexec/telnetd/telnetd.c
512
send_do(TELOPT_NEW_ENVIRON, 1);
libexec/telnetd/telnetd.c
513
send_do(TELOPT_OLD_ENVIRON, 1);
libexec/telnetd/telnetd.c
771
send_do(TELOPT_ECHO, 1);
libexec/telnetd/telnetd.c
780
send_do(TELOPT_LINEMODE, 1); /* send do linemode */
libexec/telnetd/telnetd.c
787
send_do(TELOPT_NAWS, 1);
libexec/telnetd/telnetd.c
791
send_do(TELOPT_LFLOW, 1);
libexec/telnetd/telnetd.c
857
send_do(TELOPT_TM, 1);
libexec/telnetd/termstat.c
145
send_do(TELOPT_BINARY, 1);
libexec/telnetd/termstat.c
280
send_do(TELOPT_LINEMODE, 1);
usr.bin/telnet/commands.c
1101
send_do(TELOPT_SGA, 1);
usr.bin/telnet/commands.c
1105
send_do(TELOPT_ECHO, 1);
usr.bin/telnet/commands.c
1445
send_do(TELOPT_LOGOUT, 1);
usr.bin/telnet/commands.c
440
return send_tncmd(send_do, "do", name);
usr.bin/telnet/externs.h
260
void send_do(int, int );
usr.bin/telnet/telnet.c
2066
send_do(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2069
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
2076
send_do(TELOPT_STATUS, 1);
usr.bin/telnet/telnet.c
2389
send_do(TELOPT_BINARY, 1);
usr.bin/telnet/telnet.c
359
send_do(option, 0);
usr.bin/telnet/telnet.c
478
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
508
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
512
send_do(TELOPT_SGA, 0);