Searched refs:TELOPT_NAWS (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c93 case TELOPT_NAWS:
H A Dstate.c487 case TELOPT_NAWS:
797 case TELOPT_NAWS:
968 case TELOPT_NAWS: {
971 if (his_state_is_wont(TELOPT_NAWS)) /* Ignore if option disabled */
986 clientstat(TELOPT_NAWS, xwinsize, ywinsize);
990 } /* end of case TELOPT_NAWS */
H A Dtelnetd.c856 send_do(TELOPT_NAWS, 1);
871 while (his_will_wont_is_changing(TELOPT_NAWS))
886 his_state_is_will(TELOPT_NAWS)) {
H A Dutility.c652 case TELOPT_NAWS:
/freebsd-10.2-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h113 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd-10.2-release/contrib/tcpdump/
H A Dtelnet.h117 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd-10.2-release/contrib/telnet/arpa/
H A Dtelnet.h115 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd-10.2-release/include/arpa/
H A Dtelnet.h111 #define TELOPT_NAWS 31 /* window size */ macro
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dstate.c533 case TELOPT_NAWS:
924 case TELOPT_NAWS:
1128 case TELOPT_NAWS: {
1131 if (his_state_is_wont(TELOPT_NAWS)) /* Ignore if option disabled */
1146 clientstat(TELOPT_NAWS, xwinsize, ywinsize);
1150 } /* end of case TELOPT_NAWS */
H A Dtelnetd.c783 send_do(TELOPT_NAWS, 1);
798 while (his_will_wont_is_changing(TELOPT_NAWS))
813 his_state_is_will(TELOPT_NAWS)) {
H A Dtermstat.c520 case TELOPT_NAWS:
H A Dutility.c613 case TELOPT_NAWS:
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c377 case TELOPT_NAWS: /* window size */
1746 if (c == TELOPT_NAWS) {
2066 send_will(TELOPT_NAWS, 1);
2378 if (my_state_is_wont(TELOPT_NAWS))
2393 *cp++ = TELOPT_NAWS;
H A Dutilities.c368 case TELOPT_NAWS:
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dtelnet.c451 case TELOPT_NAWS: /* window size */
1831 if (c == TELOPT_NAWS) {
2146 send_will(TELOPT_NAWS, 1);
2402 if (my_state_is_wont(TELOPT_NAWS))
2416 *cp++ = TELOPT_NAWS;
H A Dutilities.c393 case TELOPT_NAWS:

Completed in 87 milliseconds