Searched refs:TELOPT_TM (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c411 * Special case for TELOPT_TM: We send a DO, but pretend
415 if (option == TELOPT_TM)
468 case TELOPT_TM:
617 case TELOPT_TM:
624 set_his_want_state_wont(TELOPT_TM);
681 case TELOPT_TM:
765 case TELOPT_TM:
/freebsd-10.0-release/contrib/tcpdump/
H A Dtelnet.h92 #define TELOPT_TM 6 /* timing mark */ macro
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h90 #define TELOPT_TM 6 /* timing mark */ macro
/freebsd-10.0-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h88 #define TELOPT_TM 6 /* timing mark */ macro
/freebsd-10.0-release/include/arpa/
H A Dtelnet.h86 #define TELOPT_TM 6 /* timing mark */ macro
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c310 case TELOPT_TM:
365 case TELOPT_TM:
379 } else if (option == TELOPT_TM) {
406 case TELOPT_TM:
412 set_my_want_state_wont(TELOPT_TM);
413 set_my_state_wont(TELOPT_TM);
2219 NETADD(TELOPT_TM);
2224 printoption("SENT", DO, TELOPT_TM);
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c265 case TELOPT_TM:
320 case TELOPT_TM:
339 } else if (option == TELOPT_TM) {
366 case TELOPT_TM:
372 set_my_want_state_wont(TELOPT_TM);
373 set_my_state_wont(TELOPT_TM);
2224 NETADD(TELOPT_TM);
2229 printoption("SENT", DO, TELOPT_TM);
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dstate.c435 * Special case for TELOPT_TM: We send a DO, but pretend
439 if (option == TELOPT_TM)
485 case TELOPT_TM:
702 case TELOPT_TM:
709 set_his_want_state_wont(TELOPT_TM);
766 case TELOPT_TM:
892 case TELOPT_TM:
H A Dtelnetd.c852 send_do(TELOPT_TM, 1);

Completed in 238 milliseconds