Searched refs:ping (Results 1 – 25 of 48) sorted by relevance
12
/Zephyr-latest/samples/net/vlan/ |
D | README.rst | 62 ping -c 1 2001:db8:100::1 63 ping -c 1 198.51.100.1 64 ping -c 1 2001:db8:200::1 65 ping -c 1 203.0.113.1
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | hello.thrift | 8 void ping();
|
D | README.rst | 157 ping 178 ping 214 ping
|
/Zephyr-latest/samples/modules/thrift/hello/server/src/ |
D | HelloHandler.h | 26 void ping() in ping() function
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | hello_client.py | 43 client.ping()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_shell.rst | 7 enabling/disabling features, and issuing commands like ping or DNS resolving. 38 "net ping", "Ping a network host."
|
/Zephyr-latest/tests/net/socket/websocket/src/ |
D | main.c | 99 static const unsigned char ping[] = {0x89, 0x00}; variable 237 memcpy(feed_buf, &ping, sizeof(ping)); in ZTEST() 239 total_read = test_recv_buf(&feed_buf[0], sizeof(ping), &ctx, &msg_type, &remaining, in ZTEST()
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 99 uart:~$ net ping 192.168.19.1 110 root@demo:~# ping -c 3 192.168.19.2 116 --- 192.168.19.2 ping statistics ---
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | CMakeLists.txt | 25 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_IP_SUPPORTED ping.c)
|
D | ppp.c | 215 SHELL_CMD(ping, IFACE_PPP_DYN_CMD,
|
D | ping.c | 500 SHELL_SUBCMD_ADD((net), ping, &net_cmd_ping,
|
/Zephyr-latest/samples/modules/thrift/hello/client/src/ |
D | main.cpp | 119 client.ping(); in main()
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | README.rst | 121 net ping -I<iface> 192.0.2.3 122 net ping -I<iface> 2001:db8::3
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 199 uart:~$ net ping -c 1 192.0.2.2 212 …34 106.078538049 192.0.2.1 192.0.2.2 ICMP 94 Echo (ping) request … 223 …35 106.098850599 192.0.2.2 192.0.2.1 ICMP 94 Echo (ping) reply …
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 71 $ ping -I eth1 169.254.218.128
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 99 $ ping -I tap0 192.0.2.10 192 $ ping -I eth1 192.0.2.10
|
/Zephyr-latest/doc/connectivity/networking/ |
D | armfvp_user_networking_setup.rst | 41 * You can use TCP and UDP over IP, but not ICMP (ping).
|
D | usbnet_setup.rst | 100 $ ping 192.0.2.1
|
D | qemu_user_setup.rst | 82 * In general, ICMP traffic does not work (so you cannot use ping within a guest).
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 52 Number of gateway ping attempts.
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | README.rst | 13 Sample will ping-pong up to 4 bytes of data between two cores via two mbox channels.
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 96 ping : Ping command.
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 331 SHELL_CMD(ping, NULL, "Ping command.", cmd_demo_ping),
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/ |
D | README.rst | 146 And then wait. The board will ping the server, check if there are any new 151 board will print a different image build time then automatically ping the server
|
/Zephyr-latest/boards/shields/inventek_eswifi/doc/ |
D | index.rst | 145 connect and send ping.
|
12