| /src/libexec/telnetd/ |
| termstat.c | 153 send_will(TELOPT_BINARY, 1); 238 send_will(TELOPT_SGA, 1); 240 send_will(TELOPT_ECHO, 1); 266 send_will(TELOPT_SGA, 1); 327 send_will(TELOPT_ECHO, 1); 450 send_will(TELOPT_ECHO, 1);
|
| ext.h | 118 send_will(int, int),
|
| state.c | 769 send_will(TELOPT_SGA, 1); 770 send_will(TELOPT_ECHO, 1); 790 send_will(int option, int init) function in typeref:typename:void 895 send_will(option, 0); 908 send_will(TELOPT_LOGOUT, 0); 933 send_will(option, 0); 1026 send_will(option, 1);
|
| telnetd.c | 507 send_will(TELOPT_ENCRYPT, 1); 760 send_will(TELOPT_SGA, 1); 788 send_will(TELOPT_STATUS, 1); 843 send_will(TELOPT_ECHO, 1);
|
| /src/usr.bin/telnet/ |
| telnet.c | 283 send_will(int c, int init) 444 send_will(option, 0); 483 send_will(option, 0); 495 send_will(option, 0); 2069 send_will(TELOPT_AUTHENTICATION, 1); 2073 send_will(TELOPT_ENCRYPT, 1); 2076 send_will(TELOPT_TTYPE, 1); 2077 send_will(TELOPT_NAWS, 1); 2078 send_will(TELOPT_TSPEED, 1); 2079 send_will(TELOPT_LFLOW, 1) 281 send_will(int c, int init) function in typeref:typename:void [all...] |
| externs.h | 262 void send_will(int, int );
|
| commands.c | 453 return send_tncmd(send_will, "will", name); 1095 send_will(TELOPT_LINEMODE, 1);
|