Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/telnet/
Dtelnet.c373 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()
Dutilities.c348 case TELOPT_NAWS: in printsub()
/openbsd/src/include/arpa/
Dtelnet.h113 #define TELOPT_NAWS 31 /* window size */ macro