Home
last modified time | relevance | path

Searched refs:TELOPT_NAWS (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c487 case TELOPT_NAWS: in willoption()
797 case TELOPT_NAWS: in dooption()
968 case TELOPT_NAWS: { in suboption()
971 if (his_state_is_wont(TELOPT_NAWS)) /* Ignore if option disabled */ in suboption()
986 clientstat(TELOPT_NAWS, xwinsize, ywinsize); in suboption()
H A Dtermstat.c93 case TELOPT_NAWS: in clientstat()
H A Dtelnetd.c856 send_do(TELOPT_NAWS, 1); in my_telnet()
871 while (his_will_wont_is_changing(TELOPT_NAWS)) in my_telnet()
886 his_state_is_will(TELOPT_NAWS)) { in my_telnet()
H A Dutility.c652 case TELOPT_NAWS: in printsub()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h113 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h111 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd/include/arpa/
H A Dtelnet.h110 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c377 case TELOPT_NAWS: /* window size */ in dooption()
1746 if (c == TELOPT_NAWS) { in telrcv()
2066 send_will(TELOPT_NAWS, 1); in my_telnet()
2378 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
2393 *cp++ = TELOPT_NAWS; in sendnaws()
H A Dutilities.c367 case TELOPT_NAWS: in printsub()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c445 case TELOPT_NAWS: /* window size */ in dooption()
1825 if (c == TELOPT_NAWS) { in telrcv()
2139 send_will(TELOPT_NAWS, 1); in telnet()
2393 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
2407 *cp++ = TELOPT_NAWS; in sendnaws()
H A Dutilities.c386 case TELOPT_NAWS: in printsub()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c132 #define TELOPT_NAWS 31 /* window size */ macro