Searched refs:TELOPT_BINARY (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtermstat.c172 if (his_want_state_is_wont(TELOPT_BINARY))
173 send_do(TELOPT_BINARY, 1);
175 if (his_want_state_is_will(TELOPT_BINARY))
176 send_dont(TELOPT_BINARY, 1);
180 if (my_want_state_is_wont(TELOPT_BINARY))
181 send_will(TELOPT_BINARY, 1);
183 if (my_want_state_is_will(TELOPT_BINARY))
184 send_wont(TELOPT_BINARY, 1);
H A Dstate.c134 if ((c == '\r') && his_state_is_wont(TELOPT_BINARY)) {
471 case TELOPT_BINARY:
679 case TELOPT_BINARY:
849 case TELOPT_BINARY:
977 case TELOPT_BINARY:
H A Dtelnetd.c1224 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dterminal.c163 if ((eight & 1) || my_want_state_is_will(TELOPT_BINARY))
168 if (his_want_state_is_will(TELOPT_BINARY))
H A Dcommands.c479 if (my_want_state_is_will(TELOPT_BINARY) &&
480 my_want_state_is_do(TELOPT_BINARY)) {
482 } else if (my_want_state_is_wont(TELOPT_BINARY) &&
483 my_want_state_is_dont(TELOPT_BINARY)) {
490 if (my_want_state_is_will(TELOPT_BINARY) &&
491 my_want_state_is_do(TELOPT_BINARY)) {
498 if (my_want_state_is_wont(TELOPT_BINARY) &&
499 my_want_state_is_dont(TELOPT_BINARY)) {
515 val = my_want_state_is_do(TELOPT_BINARY) ? 0 : 1;
518 if (my_want_state_is_do(TELOPT_BINARY)) {
[all...]
H A Dtelnet.c251 case TELOPT_BINARY:
376 case TELOPT_BINARY: /* binary mode */
1641 if ((c == '\r') && my_want_state_is_dont(TELOPT_BINARY)) {
1929 if (my_want_state_is_wont(TELOPT_BINARY)) {
1999 my_want_state_is_will(TELOPT_BINARY));
2408 send_do(TELOPT_BINARY, 1);
2410 send_will(TELOPT_BINARY, 1);
2417 send_dont(TELOPT_BINARY, 1);
2419 send_wont(TELOPT_BINARY, 1);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dterminal.c188 if (my_want_state_is_will(TELOPT_BINARY))
191 if (his_want_state_is_will(TELOPT_BINARY))
H A Dtn3270.c342 if (Sent3270TerminalType && my_want_state_is_will(TELOPT_BINARY)
343 && my_want_state_is_do(TELOPT_BINARY) && !donebinarytoggle) {
H A Dcommands.c575 if (my_want_state_is_will(TELOPT_BINARY) &&
576 my_want_state_is_do(TELOPT_BINARY)) {
578 } else if (my_want_state_is_wont(TELOPT_BINARY) &&
579 my_want_state_is_dont(TELOPT_BINARY)) {
586 if (my_want_state_is_will(TELOPT_BINARY) &&
587 my_want_state_is_do(TELOPT_BINARY)) {
594 if (my_want_state_is_wont(TELOPT_BINARY) &&
595 my_want_state_is_dont(TELOPT_BINARY)) {
611 val = my_want_state_is_do(TELOPT_BINARY) ? 0 : 1;
614 if (my_want_state_is_do(TELOPT_BINARY)) {
[all...]
H A Dtelnet.c78 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x))
302 case TELOPT_BINARY:
422 case TELOPT_BINARY: /* binary mode */
1710 if ((c == '\r') && my_want_state_is_dont(TELOPT_BINARY)) {
1997 if (my_want_state_is_wont(TELOPT_BINARY)) {
2066 my_want_state_is_will(TELOPT_BINARY));
2415 send_do(TELOPT_BINARY, 1);
2417 send_will(TELOPT_BINARY, 1);
2424 send_dont(TELOPT_BINARY, 1);
2426 send_wont(TELOPT_BINARY,
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h82 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
140 #define TELOPT_FIRST TELOPT_BINARY
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h82 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
140 #define TELOPT_FIRST TELOPT_BINARY
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h86 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
144 #define TELOPT_FIRST TELOPT_BINARY
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c119 if ((c == '\r') && his_state_is_wont(TELOPT_BINARY)) {
454 case TELOPT_BINARY:
611 case TELOPT_BINARY:
749 case TELOPT_BINARY:
852 case TELOPT_BINARY:
H A Dtelnetd.c1198 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm18 TELOPT_BINARY TELOPT_ECHO TELOPT_RCP TELOPT_SGA TELOPT_NAMS
3278 sub TELOPT_BINARY () {0}; # Binary Transmission subroutine

Completed in 165 milliseconds