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

/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtermstat.c168 if (his_want_state_is_wont(TELOPT_BINARY))
169 send_do(TELOPT_BINARY, 1);
171 if (his_want_state_is_will(TELOPT_BINARY))
172 send_dont(TELOPT_BINARY, 1);
176 if (my_want_state_is_wont(TELOPT_BINARY))
177 send_will(TELOPT_BINARY, 1);
179 if (my_want_state_is_will(TELOPT_BINARY))
180 send_wont(TELOPT_BINARY, 1);
H A Dstate.c130 if ((c == '\r') && his_state_is_wont(TELOPT_BINARY)) {
467 case TELOPT_BINARY:
677 case TELOPT_BINARY:
847 case TELOPT_BINARY:
975 case TELOPT_BINARY:
H A Dtelnetd.c1150 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
/freebsd-12-stable/crypto/heimdal/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);
/freebsd-12-stable/contrib/telnet/telnet/
H A Dterminal.c196 if (my_want_state_is_will(TELOPT_BINARY))
199 if (his_want_state_is_will(TELOPT_BINARY))
H A Dcommands.c569 if (my_want_state_is_will(TELOPT_BINARY) &&
570 my_want_state_is_do(TELOPT_BINARY)) {
572 } else if (my_want_state_is_wont(TELOPT_BINARY) &&
573 my_want_state_is_dont(TELOPT_BINARY)) {
580 if (my_want_state_is_will(TELOPT_BINARY) &&
581 my_want_state_is_do(TELOPT_BINARY)) {
588 if (my_want_state_is_wont(TELOPT_BINARY) &&
589 my_want_state_is_dont(TELOPT_BINARY)) {
605 val = my_want_state_is_do(TELOPT_BINARY) ? 0 : 1;
608 if (my_want_state_is_do(TELOPT_BINARY)) {
[all...]
H A Dtelnet.c69 #define strip(x) ((my_want_state_is_wont(TELOPT_BINARY)) ? ((x)&0x7f) : (x))
326 case TELOPT_BINARY:
446 case TELOPT_BINARY: /* binary mode */
1723 if ((c == '\r') && my_want_state_is_dont(TELOPT_BINARY)) {
2010 if (my_want_state_is_wont(TELOPT_BINARY)) {
2078 my_want_state_is_will(TELOPT_BINARY));
2427 send_do(TELOPT_BINARY, 1);
2429 send_will(TELOPT_BINARY, 1);
2436 send_dont(TELOPT_BINARY, 1);
2438 send_wont(TELOPT_BINARY,
[all...]
/freebsd-12-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h82 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
140 #define TELOPT_FIRST TELOPT_BINARY
/freebsd-12-stable/contrib/telnet/arpa/
H A Dtelnet.h80 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
144 #define TELOPT_FIRST TELOPT_BINARY
/freebsd-12-stable/include/arpa/
H A Dtelnet.h82 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
145 #define TELOPT_FIRST TELOPT_BINARY
/freebsd-12-stable/crypto/heimdal/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))) {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-telnet.c110 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
168 #define TELOPT_FIRST TELOPT_BINARY
/freebsd-12-stable/usr.sbin/dconschat/
H A Ddconschat.c719 char bin[] = {IAC, DO, TELOPT_BINARY};

Completed in 381 milliseconds