Symbol: send_will
libexec/telnetd/ext.h
118
send_will(int, int),
libexec/telnetd/state.c
1026
send_will(option, 1);
libexec/telnetd/state.c
769
send_will(TELOPT_SGA, 1);
libexec/telnetd/state.c
770
send_will(TELOPT_ECHO, 1);
libexec/telnetd/state.c
895
send_will(option, 0);
libexec/telnetd/state.c
908
send_will(TELOPT_LOGOUT, 0);
libexec/telnetd/state.c
933
send_will(option, 0);
libexec/telnetd/telnetd.c
507
send_will(TELOPT_ENCRYPT, 1);
libexec/telnetd/telnetd.c
760
send_will(TELOPT_SGA, 1);
libexec/telnetd/telnetd.c
788
send_will(TELOPT_STATUS, 1);
libexec/telnetd/telnetd.c
843
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
153
send_will(TELOPT_BINARY, 1);
libexec/telnetd/termstat.c
238
send_will(TELOPT_SGA, 1);
libexec/telnetd/termstat.c
240
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
266
send_will(TELOPT_SGA, 1);
libexec/telnetd/termstat.c
327
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
450
send_will(TELOPT_ECHO, 1);
usr.bin/telnet/commands.c
1091
send_will(TELOPT_LINEMODE, 1);
usr.bin/telnet/commands.c
452
return send_tncmd(send_will, "will", name);
usr.bin/telnet/externs.h
262
void send_will(int, int );
usr.bin/telnet/telnet.c
2063
send_will(TELOPT_AUTHENTICATION, 1);
usr.bin/telnet/telnet.c
2067
send_will(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2070
send_will(TELOPT_TTYPE, 1);
usr.bin/telnet/telnet.c
2071
send_will(TELOPT_NAWS, 1);
usr.bin/telnet/telnet.c
2072
send_will(TELOPT_TSPEED, 1);
usr.bin/telnet/telnet.c
2073
send_will(TELOPT_LFLOW, 1);
usr.bin/telnet/telnet.c
2074
send_will(TELOPT_LINEMODE, 1);
usr.bin/telnet/telnet.c
2075
send_will(TELOPT_NEW_ENVIRON, 1);
usr.bin/telnet/telnet.c
2078
send_will(TELOPT_XDISPLOC, 1);
usr.bin/telnet/telnet.c
2391
send_will(TELOPT_BINARY, 1);
usr.bin/telnet/telnet.c
442
send_will(option, 0);
usr.bin/telnet/telnet.c
481
send_will(option, 0);
usr.bin/telnet/telnet.c
493
send_will(option, 0);