Home
last modified time | relevance | path

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

/netbsd/src/libexec/telnetd/
Dstate.c886 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()
Dutility.c752 case TELOPT_STATUS: { in printsub()
Dtelnetd.c788 send_will(TELOPT_STATUS, 1); in telnet()
/netbsd/src/include/arpa/
Dtelnet.h85 #define TELOPT_STATUS 5 /* give status */ macro
/netbsd/src/usr.bin/telnet/
Dtelnet.c331 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()
Dutilities.c297 (want_status_response && (pointer[0] == TELOPT_STATUS))) { in printsub()
655 case TELOPT_STATUS: { in printsub()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-telnet.c104 #define TELOPT_STATUS 5 /* give status */ macro