Home
last modified time | relevance | path

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

/dragonfly/libexec/telnetd/
H A Dstate.c881 case TELOPT_STATUS: in dooption()
1231 case TELOPT_STATUS: { in suboption()
1239 if (my_state_is_will(TELOPT_STATUS)) in suboption()
1548 ADD(TELOPT_STATUS); in send_status()
H A Dtelnetd.c748 send_will(TELOPT_STATUS, 1); in telnet()
H A Dutility.c736 case TELOPT_STATUS: { in printsub()
/dragonfly/include/arpa/
H A Dtelnet.h86 #define TELOPT_STATUS 5 /* give status */ macro
/dragonfly/usr.bin/telnet/
H A Dtelnet.c281 case TELOPT_STATUS: in willoption()
2098 send_do(TELOPT_STATUS, 1); in telnet()
2246 if (my_want_state_is_dont(TELOPT_STATUS)) { in get_status()
2254 *cp++ = TELOPT_STATUS; in get_status()
H A Dutilities.c288 (want_status_response && (pointer[0] == TELOPT_STATUS))) { in printsub()
643 case TELOPT_STATUS: { in printsub()
/dragonfly/contrib/tcpdump/
H A Dprint-telnet.c108 #define TELOPT_STATUS 5 /* give status */ macro