Home
last modified time | relevance | path

Searched refs:TELOPT_XDISPLOC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c530 case TELOPT_XDISPLOC: /* X Display location */
935 case TELOPT_XDISPLOC: in suboption()
936 if (my_want_state_is_wont(TELOPT_XDISPLOC)) in suboption()
950 send_wont(TELOPT_XDISPLOC, 1); in suboption()
955 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE); in suboption()
2240 send_will(TELOPT_XDISPLOC, 1);
H A Dutilities.c871 case TELOPT_XDISPLOC:
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h119 #define TELOPT_XDISPLOC 35 /* X Display Location */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2640 send_do(TELOPT_XDISPLOC); in getterminaltype()
2641 remopts[TELOPT_XDISPLOC] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2686 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
2688 (uchar_t)TELOPT_XDISPLOC, (uchar_t)TELQUAL_SEND, in getterminaltype()
2713 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
3681 case TELOPT_XDISPLOC: in willoption()
3769 case TELOPT_XDISPLOC: in wontoption()
4009 case TELOPT_XDISPLOC: { in suboption()