Searched refs:echo (Results 1 - 10 of 10) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Dauthenc.c81 telnet_gets(const char *prompt __unused, char *result __unused, int length __unused, int echo __unused)
/haiku/src/bin/network/telnet/
H A Dauthenc.c89 telnet_gets(const char *prom, char *result, int length, int echo) argument
96 if (echo) {
/haiku/src/bin/unzip/
H A Dttyio.h22 * Non-echo keyboard/console input support is needed and enabled.
70 /* The following systems supply a `non-echo' character input function "getch()"
146 * input echo on and off. The following "fake" definitions allow inclusion
148 * any echo suppression.
163 * terminal input echo on (conmask("e")) and off (conmask("n")). But,
164 * since THEOS C RTL also contains a working non-echo getch() function,
165 * the echo toggles are not needed.
173 /* VMS has a single echo() function in ttyio.c to toggle terminal
174 * input echo on and off.
177 # define echoff(f) echo(
[all...]
H A Dttyio.c18 Contains: echo() (VMS only)
33 /* Non-echo console/keyboard input is needed for (en/de)cryption's password
115 /* include system support for switching of console echo */
189 int echo(opt) function
215 * instead, but echo on/off will be more general)
249 } /* end function echo() */
267 /* read a single character from SYS$COMMAND (no-echo) and
291 /* For VM/CMS and MVS, non-echo terminal input is not (yet?) supported. */
295 static int echofd=(-1); /* file descriptor whose echo is off */
299 * Turn echo of
[all...]
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp61 modem_get_line(int32 handle, char *string, int32 length, const char *echo) argument
75 if (!strcasecmp(string, echo)) {
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp387 // TODO: How to set echo mode?
495 TestUnblockOnCloseWrite(bool master, bool crossOver, bool echo) argument
501 fEcho(echo)
504 echo);
913 // TODO: How to enable echo mode?
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp509 // get the echo mode
1030 // don't echo KILL
1035 // don't echo EOF
1040 // don't echo NL
1095 bool echo = (source->settings->termios.c_lflag & ECHO) != 0;
1099 (echo ? ", echo mode" : "")));
1122 // If in echo mode, we do the output conversion and need to update
1126 if (echo) {
1137 if (echo)
2050 bool echo = (tty->is_master local
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp172 //! Sends an echo request packet.
192 // echo requests are at least eight bytes long
230 // echo requests are at least eight bytes long
1404 // receive echo request/reply, discard request
1413 ppp_lcp_packet &echo = bufferHeader.Data();
1415 if (echo.code == PPP_ECHO_REPLY && echo.id != fEchoID) {
1427 if (echo.code == PPP_ECHO_REQUEST)
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp51 } echo; member in union:icmp_header::__anon2526
449 // We only reply to echo requests of our local interface; we
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3620 * Put character to SWS0 wait for dwelltime x 50us for echo .
3626 int echo; local
3659 * Port is clear now write byte and wait for it to echo back
3665 echo = CSR_READ_2(sc, AN_SW1(sc->mpi350));
3666 } while (dwelltime >= 0 && echo != byte);
3671 return echo == byte;

Completed in 136 milliseconds