Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 16 of 16) sorted by relevance

/nrf52832-nimble/rt-thread/components/finsh/
H A Dshell.h94 void finsh_set_echo(rt_uint32_t echo);
H A DKconfig30 bool "Disable the echo mode in default"
H A Dshell.c227 void finsh_set_echo(rt_uint32_t echo) in finsh_set_echo() argument
230 shell->echo_mode = (rt_uint8_t)echo; in finsh_set_echo()
H A Dmsh_cmd.c291 FINSH_FUNCTION_EXPORT_ALIAS(cmd_echo, __cmd_echo, echo string to file);
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dlibtool.m4629 echo
660 echo "$lt_cl_version"; exit 0 ;;
662 echo "$lt_cl_help"; exit 0 ;;
955 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
969 echo "$lt_simple_link_test_code" >conftest.$ac_ext
1004 echo "int foo(void){return 1;}" > conftest.c
1005 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1029 echo "_main" > conftest.sym
1042 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
1044 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Daclocal.m4185 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
564 echo '#include "conftst'$i'.h"' >> sub/conftest.c
567 echo '/* dummy */' > sub/conftst$i.h
569 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
693 mf=`echo "$mf" | sed -e 's/:.*$//'`
724 # echo "creating $dirpart/$file"
725 echo '# dummy' > "$dirpart/$file"
795 CYGPATH_W=echo
894 echo 'Configuration will proceed anyway, since you have set the' >&2
895 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
[all …]
H A Dconfigure.ac86 root_menu="$( echo "$enableval" |sed -e 's/\$/\\$$/g;' )"])])
241 [`echo foo,bar | ${GPERF} -L ANSI-C`])
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DREADME20 executing "sudo bash -c 'echo core > /proc/sys/kernel/core_pattern'".
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DREADME23 executing "sudo bash -c 'echo core > /proc/sys/kernel/core_pattern'".
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A DPPPD_FOLLOWUP16 - LCP adaptive echo, so that we don't send LCP echo request if we
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A DPPPD_FOLLOWUP16 - LCP adaptive echo, so that we don't send LCP echo request if we
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt976 querying host parameters. Its main use is, however, the echo mechanism
980 only implement ICMP echo messages. Replies to echo messages are
982 of incoming echo requests and rewriting the ICMP header with the
986 Since only the ICMP echo message is implemented, there is no support
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG2227 * icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)
2390 * icmp.c: Corrected bug #19937: For responding to an icmp echo request, icmp
2393 echo response packet if the echo request pbuf isn't big enough.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG3154 * icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)
3317 * icmp.c: Corrected bug #19937: For responding to an icmp echo request, icmp
3320 echo response packet if the echo request pbuf isn't big enough.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG3371 * icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)
3534 * icmp.c: Corrected bug #19937: For responding to an icmp echo request, icmp
3537 echo response packet if the echo request pbuf isn't big enough.
/nrf52832-nimble/rt-thread/
H A DChangeLog.md570 * 修正finsh中echo回显模式的问题;