Symbol: send_will
libexec/telnetd/ext.h
114
send_will(int, int),
libexec/telnetd/state.c
1023
send_will(option, 1);
libexec/telnetd/state.c
764
send_will(TELOPT_SGA, 1);
libexec/telnetd/state.c
765
send_will(TELOPT_ECHO, 1);
libexec/telnetd/state.c
890
send_will(option, 0);
libexec/telnetd/state.c
903
send_will(TELOPT_LOGOUT, 0);
libexec/telnetd/state.c
930
send_will(option, 0);
libexec/telnetd/telnetd.c
464
send_will(TELOPT_ENCRYPT, 1);
libexec/telnetd/telnetd.c
720
send_will(TELOPT_SGA, 1);
libexec/telnetd/telnetd.c
748
send_will(TELOPT_STATUS, 1);
libexec/telnetd/telnetd.c
802
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
172
send_will(TELOPT_BINARY, 1);
libexec/telnetd/termstat.c
239
send_will(TELOPT_SGA, 1);
libexec/telnetd/termstat.c
241
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
267
send_will(TELOPT_SGA, 1);
libexec/telnetd/termstat.c
328
send_will(TELOPT_ECHO, 1);
libexec/telnetd/termstat.c
451
send_will(TELOPT_ECHO, 1);
usr.bin/telnet/commands.c
1042
send_will(TELOPT_LINEMODE, 1);
usr.bin/telnet/commands.c
400
return(send_tncmd(send_will, "will", name));
usr.bin/telnet/externs.h
262
send_will(int, int),
usr.bin/telnet/telnet.c
2085
send_will(TELOPT_AUTHENTICATION, 1);
usr.bin/telnet/telnet.c
2089
send_will(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2092
send_will(TELOPT_TTYPE, 1);
usr.bin/telnet/telnet.c
2093
send_will(TELOPT_NAWS, 1);
usr.bin/telnet/telnet.c
2094
send_will(TELOPT_TSPEED, 1);
usr.bin/telnet/telnet.c
2095
send_will(TELOPT_LFLOW, 1);
usr.bin/telnet/telnet.c
2096
send_will(TELOPT_LINEMODE, 1);
usr.bin/telnet/telnet.c
2097
send_will(TELOPT_NEW_ENVIRON, 1);
usr.bin/telnet/telnet.c
2100
send_will(TELOPT_XDISPLOC, 1);
usr.bin/telnet/telnet.c
2378
send_will(TELOPT_BINARY, 1);
usr.bin/telnet/telnet.c
392
send_will(option, 0);
usr.bin/telnet/telnet.c
441
send_will(option, 0);
usr.bin/telnet/telnet.c
453
send_will(option, 0);
usr.bin/telnet/telnet.c
501
send_will(TELOPT_OLD_ENVIRON, 1);