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.c45 * among other things, telnet.h #defines 'DO', which is a variable
225 NET2ADD(IAC, DO);
227 printoption("SENT", DO, c);
825 case DO:
1746 case DO:
1798 printoption("RCVD", DO, c);
2165 case DO:
2219 NET2ADD(IAC, DO);
2225 printoption("SENT", DO, TELOPT_TM);
H A Dutilities.c190 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
228 printf("want DO %s\n", TELOPT(i));
230 printf("want DO %s\n", TELCMD(i));
232 printf("want DO %d\n", i);
244 printf(" DO %s\n", TELOPT(i));
246 printf(" DO %s\n", TELCMD(i));
248 printf(" DO %d\n", i);
568 case DO:
569 fprintf(NetTrace, "DO ");
[all...]
/haiku/src/bin/network/telnetd/
H A Dutility.c160 case DO:
651 case DO:
652 output_data("DO ");
764 case DO: cp = "DO"; goto common2;
H A Dstate.c51 unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
264 case DO:
435 * Special case for TELOPT_TM: We send a DO, but pretend
597 * respond WONT TM to the DO TM that we send to
702 * If we get a WONT TM, and had sent a DO TM,
1511 * because if we received a DO/WILL for an option that we
1514 * WILL/DO, and the "want_state" will be WONT/DONT. We
1525 ADD(DO);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y1238 case DO:

Completed in 177 milliseconds