Home
last modified time | relevance | path

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

/mirbsd/src/include/arpa/
Dtelnet.h87 #define TELOPT_STATUS 5 /* give status */ macro
/mirbsd/src/usr.bin/telnet/
Dtelnet.c291 case TELOPT_STATUS:
2229 send_do(TELOPT_STATUS, 1);
2516 if (my_want_state_is_dont(TELOPT_STATUS)) { in get_status()
2524 *cp++ = TELOPT_STATUS; in get_status()
Dutilities.c284 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
641 case TELOPT_STATUS: {