Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c381 case TELQUAL_SEND:
507 case TELQUAL_SEND:
768 if (pointer[1] == TELQUAL_SEND)
880 case TELQUAL_SEND:
902 case TELQUAL_SEND:
H A Dtelnet.c811 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
838 if (SB_GET() == TELQUAL_SEND) { in suboption()
926 case TELQUAL_SEND: in suboption()
942 if (SB_GET() == TELQUAL_SEND) { in suboption()
977 case TELQUAL_SEND: in suboption()
1523 case TELQUAL_SEND:
2513 *cp++ = TELQUAL_SEND; in get_status()
/titanic_50/usr/src/head/arpa/
H A Dtelnet.h150 #define TELQUAL_SEND 1 /* send option */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2502 *p++ = (uchar_t)TELQUAL_SEND; in getauthtype()
2681 (uchar_t)TELOPT_TTYPE, (uchar_t)TELQUAL_SEND, in getterminaltype()
2688 (uchar_t)TELOPT_XDISPLOC, (uchar_t)TELQUAL_SEND, in getterminaltype()
2695 (uchar_t)TELOPT_NEW_ENVIRON, (uchar_t)TELQUAL_SEND, in getterminaltype()
2702 (uchar_t)TELOPT_OLD_ENVIRON, (uchar_t)TELQUAL_SEND, in getterminaltype()
4112 case TELQUAL_SEND: in suboption()