Searched refs:TELQUAL_SEND (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/telnet/telnet/ |
H A D | utilities.c | 333 case TELQUAL_SEND: in printsub() 440 case TELQUAL_SEND: in printsub() 654 if (pointer[1] == TELQUAL_SEND) in printsub() 733 case TELQUAL_SEND: in printsub() 754 case TELQUAL_SEND: in printsub()
|
H A D | telnet.c | 772 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption() 797 if (SB_GET() == TELQUAL_SEND) { in suboption() 881 case TELQUAL_SEND: in suboption() 897 if (SB_GET() == TELQUAL_SEND) { in suboption() 934 case TELQUAL_SEND: in suboption() 1456 case TELQUAL_SEND: in env_opt() 2301 *cp++ = TELQUAL_SEND; in get_status()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | utilities.c | 314 case TELQUAL_SEND: in printsub() 421 case TELQUAL_SEND: in printsub() 636 if (pointer[1] == TELQUAL_SEND) in printsub() 715 case TELQUAL_SEND: in printsub() 736 case TELQUAL_SEND: in printsub()
|
H A D | telnet.c | 713 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption() 739 if (SB_GET() == TELQUAL_SEND) { in suboption() 826 case TELQUAL_SEND: in suboption() 842 if (SB_GET() == TELQUAL_SEND) { in suboption() 879 case TELQUAL_SEND: in suboption() 1377 case TELQUAL_SEND: in env_opt() 2286 *cp++ = TELQUAL_SEND; in get_status()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | utility.c | 593 case TELQUAL_SEND: in printsub() 812 if (pointer[1] == TELQUAL_SEND) in printsub() 890 case TELQUAL_SEND: in printsub() 909 case TELQUAL_SEND: in printsub() 1003 case TELQUAL_SEND: in printsub()
|
H A D | telnetd.c | 508 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE 569 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE }; in getterminaltype() 576 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE }; in getterminaltype() 583 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype() 590 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
|
H A D | state.c | 999 case TELQUAL_SEND: in suboption() 1214 case TELQUAL_SEND: in suboption()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 148 #define TELQUAL_SEND 1 /* send option */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 152 #define TELQUAL_SEND 1 /* send option */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 150 #define TELQUAL_SEND 1 /* send option */ macro
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 165 #define TELQUAL_SEND 1 /* send option */ macro
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | auth.c | 336 TELQUAL_SEND, }; in auth_request()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | auth.c | 330 TELQUAL_SEND, }; in auth_request()
|