Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/arpa/
H A Dtelnet.h90 #define TELOPT_STATUS 5 /* give status */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c386 case TELOPT_STATUS:
2240 send_do(TELOPT_STATUS, 1);
2504 if (my_want_state_is_dont(TELOPT_STATUS)) { in get_status()
2512 *cp++ = TELOPT_STATUS; in get_status()
H A Dutilities.c329 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
760 case TELOPT_STATUS: {