Searched refs:DO (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/codycam/
H A DFtpClient.h27 #define DO 253 macro
H A DFtpClient.cpp495 case DO:
/haiku/headers/compatibility/bsd/arpa/
H A Dtelnet.h49 #define DO 253 /* please, you use option */ macro
74 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/haiku/src/bin/network/telnet/
H A Dtelnet.c41 * among other things, telnet.h #defines 'DO', which is a variable
254 NET2ADD(IAC, DO);
256 printoption("SENT", DO, c);
854 case DO:
1773 case DO:
1825 printoption("RCVD", DO, c);
2191 case DO:
2245 NET2ADD(IAC, DO);
2251 printoption("SENT", DO, TELOPT_TM);
H A Dutilities.c186 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
224 printf("want DO %s\n", TELOPT(i));
226 printf("want DO %s\n", TELCMD(i));
228 printf("want DO %d\n", i);
240 printf(" DO %s\n", TELOPT(i));
242 printf(" DO %s\n", TELCMD(i));
244 printf(" DO %d\n", i);
564 case DO:
565 fprintf(NetTrace, "DO ");
[all...]
/haiku/src/bin/network/telnetd/
H A Dutility.c162 case DO:
657 case DO:
658 output_data("DO ");
770 case DO: cp = "DO"; goto common2;
H A Dstate.c47 unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
260 case DO:
431 * Special case for TELOPT_TM: We send a DO, but pretend
595 * respond WONT TM to the DO TM that we send to
700 * If we get a WONT TM, and had sent a DO TM,
1509 * because if we received a DO/WILL for an option that we
1512 * WILL/DO, and the "want_state" will be WONT/DONT. We
1523 ADD(DO);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y1209 case DO:

Completed in 102 milliseconds