HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_STATUS (Results 1 - 6 of 6) sorted by relevancy

  /src/include/arpa/
telnet.h 85 #define TELOPT_STATUS 5 /* give status */
  /src/libexec/telnetd/
state.c 886 case TELOPT_STATUS:
1233 case TELOPT_STATUS: {
1241 if (my_state_is_will(TELOPT_STATUS))
1252 } /* end of case TELOPT_STATUS */
1555 ADD(TELOPT_STATUS);
utility.c 752 case TELOPT_STATUS: {
telnetd.c 788 send_will(TELOPT_STATUS, 1);
  /src/usr.bin/telnet/
utilities.c 298 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
656 case TELOPT_STATUS: {
telnet.c 333 case TELOPT_STATUS:
2082 send_do(TELOPT_STATUS, 1);
2267 if (my_want_state_is_dont(TELOPT_STATUS)) {
2275 *cp++ = TELOPT_STATUS;

Completed in 16 milliseconds