Searched refs:TELOPT_NAWS (Results 1 – 3 of 3) sorted by relevance
373 case TELOPT_NAWS: /* window size */ in dooption()1552 if (c == TELOPT_NAWS) { in telrcv()1852 send_will(TELOPT_NAWS, 1); in telnet()2141 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()2155 *cp++ = TELOPT_NAWS; in sendnaws()
348 case TELOPT_NAWS: in printsub()
113 #define TELOPT_NAWS 31 /* window size */ macro