Symbol: send_do
libexec/telnetd/ext.h
110
send_do(int, int),
libexec/telnetd/state.c
568
send_do(option, 0);
libexec/telnetd/telnetd.c
455
send_do(TELOPT_AUTHENTICATION, 1);
libexec/telnetd/telnetd.c
466
send_do(TELOPT_TTYPE, 1);
libexec/telnetd/telnetd.c
467
send_do(TELOPT_TSPEED, 1);
libexec/telnetd/telnetd.c
468
send_do(TELOPT_XDISPLOC, 1);
libexec/telnetd/telnetd.c
469
send_do(TELOPT_NEW_ENVIRON, 1);
libexec/telnetd/telnetd.c
470
send_do(TELOPT_OLD_ENVIRON, 1);
libexec/telnetd/telnetd.c
731
send_do(TELOPT_ECHO, 1);
libexec/telnetd/telnetd.c
740
send_do(TELOPT_LINEMODE, 1); /* send do linemode */
libexec/telnetd/telnetd.c
747
send_do(TELOPT_NAWS, 1);
libexec/telnetd/telnetd.c
751
send_do(TELOPT_LFLOW, 1);
libexec/telnetd/telnetd.c
816
send_do(TELOPT_TM, 1);
libexec/telnetd/termstat.c
164
send_do(TELOPT_BINARY, 1);
libexec/telnetd/termstat.c
281
send_do(TELOPT_LINEMODE, 1);
usr.bin/telnet/commands.c
1052
send_do(TELOPT_SGA, 1);
usr.bin/telnet/commands.c
1056
send_do(TELOPT_ECHO, 1);
usr.bin/telnet/commands.c
1391
send_do(TELOPT_LOGOUT, 1);
usr.bin/telnet/commands.c
388
return(send_tncmd(send_do, "do", name));
usr.bin/telnet/externs.h
260
send_do(int, int),
usr.bin/telnet/telnet.c
2088
send_do(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2091
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
2098
send_do(TELOPT_STATUS, 1);
usr.bin/telnet/telnet.c
2376
send_do(TELOPT_BINARY, 1);
usr.bin/telnet/telnet.c
309
send_do(option, 0);
usr.bin/telnet/telnet.c
438
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
468
send_do(TELOPT_SGA, 1);
usr.bin/telnet/telnet.c
472
send_do(TELOPT_SGA, 0);