Searched refs:TELOPT_XDISPLOC (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c493 send_do(TELOPT_XDISPLOC, 1);
502 his_will_wont_is_changing(TELOPT_XDISPLOC) ||
523 if (his_state_is_will(TELOPT_XDISPLOC)) {
525 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
554 if (his_state_is_will(TELOPT_XDISPLOC)) {
H A Dstate.c531 case TELOPT_XDISPLOC:
742 case TELOPT_XDISPLOC:
923 case TELOPT_XDISPLOC:
1217 case TELOPT_XDISPLOC: {
1224 } /* end of case TELOPT_XDISPLOC */
H A Dutility.c810 case TELOPT_XDISPLOC:
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h117 #define TELOPT_XDISPLOC 35 /* X Display Location */ macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c489 case TELOPT_XDISPLOC:
661 case TELOPT_XDISPLOC:
800 case TELOPT_XDISPLOC:
1013 case TELOPT_XDISPLOC: {
1020 } /* end of case TELOPT_XDISPLOC */
H A Dtelnetd.c535 send_do(TELOPT_XDISPLOC, 1);
544 his_will_wont_is_changing(TELOPT_XDISPLOC) ||
574 if (his_state_is_will(TELOPT_XDISPLOC)) {
576 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
605 if (his_state_is_will(TELOPT_XDISPLOC)) {
H A Dutility.c882 case TELOPT_XDISPLOC:
/freebsd-11-stable/include/arpa/
H A Dtelnet.h115 #define TELOPT_XDISPLOC 35 /* X Display Location */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h115 #define TELOPT_XDISPLOC 35 /* X Display Location */ macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c409 case TELOPT_XDISPLOC: /* X Display location */
837 case TELOPT_XDISPLOC:
838 if (my_want_state_is_wont(TELOPT_XDISPLOC))
851 send_wont(TELOPT_XDISPLOC, 1);
855 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_XDISPLOC,
2073 send_will(TELOPT_XDISPLOC, 1);
H A Dutilities.c710 case TELOPT_XDISPLOC:
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c479 case TELOPT_XDISPLOC: /* X Display location */
894 case TELOPT_XDISPLOC:
895 if (my_want_state_is_wont(TELOPT_XDISPLOC))
909 send_wont(TELOPT_XDISPLOC, 1);
913 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE);
2149 send_will(TELOPT_XDISPLOC, 1);
H A Dutilities.c730 case TELOPT_XDISPLOC:
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c145 #define TELOPT_XDISPLOC 35 /* X Display Location */ macro

Completed in 257 milliseconds