Home
last modified time | relevance | path

Searched refs:send_will (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/libexec/telnetd/
H A Dtermstat.c153 send_will(TELOPT_BINARY, 1); in localstat()
238 send_will(TELOPT_SGA, 1); in localstat()
240 send_will(TELOPT_ECHO, 1); in localstat()
266 send_will(TELOPT_SGA, 1); in localstat()
327 send_will(TELOPT_ECHO, 1); in localstat()
450 send_will(TELOPT_ECHO, 1); in clientstat()
H A Dstate.c769 send_will(TELOPT_SGA, 1); in wontoption()
770 send_will(TELOPT_ECHO, 1); in wontoption()
790 send_will(int option, int init) in send_will()
895 send_will(option, 0); in dooption()
908 send_will(TELOPT_LOGOUT, 0); in dooption()
933 send_will(option, 0); in dooption()
1026 send_will(option, 1); in dontoption()
788 send_will(int option, int init) send_will() function
H A Dtelnetd.c507 send_will(TELOPT_ENCRYPT, 1); in getterminaltype()
760 send_will(TELOPT_SGA, 1); in telnet()
788 send_will(TELOPT_STATUS, 1); in telnet()
843 send_will(TELOPT_ECHO, 1); in telnet()
H A Dext.h118 send_will(int, int),
/netbsd-src/usr.bin/telnet/
H A Dtelnet.c281 send_will(int c, int init) in send_will() function
442 send_will(option, 0); in dooption()
481 send_will(option, 0); in dooption()
493 send_will(option, 0); in dooption()
2063 send_will(TELOPT_AUTHENTICATION, 1); in telnet()
2067 send_will(TELOPT_ENCRYPT, 1); in telnet()
2070 send_will(TELOPT_TTYPE, 1); in telnet()
2071 send_will(TELOPT_NAWS, 1); in telnet()
2072 send_will(TELOPT_TSPEED, 1); in telnet()
2073 send_will(TELOPT_LFLOW, 1); in telnet()
[all …]
H A Dexterns.h262 void send_will(int, int );
H A Dcommands.c452 return send_tncmd(send_will, "will", name); in send_willcmd()
1091 send_will(TELOPT_LINEMODE, 1); in dolinemode()