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

  /src/include/arpa/
telnet.h 86 #define TELOPT_TM 6 /* timing mark */
  /src/usr.bin/telnet/
telnet.c 343 case TELOPT_TM:
398 case TELOPT_TM:
412 } else if (option == TELOPT_TM) {
439 case TELOPT_TM:
445 set_my_want_state_wont(TELOPT_TM);
446 set_my_state_wont(TELOPT_TM);
2214 NETADD(TELOPT_TM);
2219 printoption("SENT", DO, TELOPT_TM);
  /src/libexec/telnetd/
state.c 418 * Special case for TELOPT_TM: We send a DO, but pretend
422 if (option == TELOPT_TM)
480 case TELOPT_TM:
700 case TELOPT_TM:
707 set_his_want_state_wont(TELOPT_TM);
764 case TELOPT_TM:
890 case TELOPT_TM:
telnetd.c 857 send_do(TELOPT_TM, 1);

Completed in 59 milliseconds