Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtelnet.c88 # define TELOPT_TTYPE 24 /* terminal type */ macro
528 put_iac3_IAC_x_y(WILL, TELOPT_TTYPE); in to_ttype()
530 put_iac3_IAC_x_y(WONT, TELOPT_TTYPE); in to_ttype()
561 case TELOPT_TTYPE: in telopt()
589 if (c == TELOPT_TTYPE && G.ttype) in subneg()
590 put_iac_subopt(TELOPT_TTYPE, G.ttype); in subneg()