Searched refs:TELOPT_STATUS (Results 1 – 7 of 7) sorted by relevance
886 case TELOPT_STATUS: in dooption()1233 case TELOPT_STATUS: { in suboption()1241 if (my_state_is_will(TELOPT_STATUS)) in suboption()1555 ADD(TELOPT_STATUS); in send_status()
752 case TELOPT_STATUS: { in printsub()
788 send_will(TELOPT_STATUS, 1); in telnet()
85 #define TELOPT_STATUS 5 /* give status */ macro
331 case TELOPT_STATUS: in willoption()2076 send_do(TELOPT_STATUS, 1); in telnet()2259 if (my_want_state_is_dont(TELOPT_STATUS)) { in get_status()2267 *cp++ = TELOPT_STATUS; in get_status()
297 (want_status_response && (pointer[0] == TELOPT_STATUS))) { in printsub()655 case TELOPT_STATUS: { in printsub()
104 #define TELOPT_STATUS 5 /* give status */ macro