Searched refs:echo (Results 1 – 16 of 16) sorted by relevance
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | shell.h | 94 void finsh_set_echo(rt_uint32_t echo);
|
H A D | Kconfig | 30 bool "Disable the echo mode in default"
|
H A D | shell.c | 227 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 D | msh_cmd.c | 291 FINSH_FUNCTION_EXPORT_ALIAS(cmd_echo, __cmd_echo, echo string to file);
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | libtool.m4 | 629 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 D | aclocal.m4 | 185 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 D | configure.ac | 86 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 D | README | 20 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 D | README | 23 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 D | PPPD_FOLLOWUP | 16 - 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 D | PPPD_FOLLOWUP | 16 - LCP adaptive echo, so that we don't send LCP echo request if we
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 976 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 D | CHANGELOG | 2227 * 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 D | CHANGELOG | 3154 * 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 D | CHANGELOG | 3371 * 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 D | ChangeLog.md | 570 * 修正finsh中echo回显模式的问题;
|