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

  /src/libexec/telnetd/
telnetd.c 511 send_do(TELOPT_XDISPLOC, 1);
520 his_will_wont_is_changing(TELOPT_XDISPLOC) ||
541 if (his_state_is_will(TELOPT_XDISPLOC)) {
543 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
572 if (his_state_is_will(TELOPT_XDISPLOC)) {
state.c 531 case TELOPT_XDISPLOC:
744 case TELOPT_XDISPLOC:
926 case TELOPT_XDISPLOC:
1254 case TELOPT_XDISPLOC: {
1261 } /* end of case TELOPT_XDISPLOC */
utility.c 822 case TELOPT_XDISPLOC:
  /src/include/arpa/
telnet.h 115 #define TELOPT_XDISPLOC 35 /* X Display Location */
  /src/usr.bin/telnet/
telnet.c 472 case TELOPT_XDISPLOC: /* X Display location */
894 case TELOPT_XDISPLOC:
895 if (my_want_state_is_wont(TELOPT_XDISPLOC))
908 send_wont(TELOPT_XDISPLOC, 1);
912 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE);
2084 send_will(TELOPT_XDISPLOC, 1);
utilities.c 737 case TELOPT_XDISPLOC:

Completed in 18 milliseconds