Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/samples/net/vlan/
DREADME.rst62 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/
Dhello.thrift8 void ping();
DREADME.rst157 ping
178 ping
214 ping
/Zephyr-latest/samples/modules/thrift/hello/server/src/
DHelloHandler.h26 void ping() in ping() function
/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py43 client.ping()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst7 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/
Dmain.c99 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/
DREADME.rst99 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/
DCMakeLists.txt25 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_IP_SUPPORTED ping.c)
Dppp.c215 SHELL_CMD(ping, IFACE_PPP_DYN_CMD,
Dping.c500 SHELL_SUBCMD_ADD((net), ping, &net_cmd_ping,
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp119 client.ping(); in main()
/Zephyr-latest/samples/boards/nxp/s32/netc/
DREADME.rst121 net ping -I<iface> 192.0.2.3
122 net ping -I<iface> 2001:db8::3
/Zephyr-latest/samples/net/capture/
DREADME.rst199 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/
DREADME.rst71 $ ping -I eth1 169.254.218.128
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst99 $ ping -I tap0 192.0.2.10
192 $ ping -I eth1 192.0.2.10
/Zephyr-latest/doc/connectivity/networking/
Darmfvp_user_networking_setup.rst41 * You can use TCP and UDP over IP, but not ICMP (ping).
Dusbnet_setup.rst100 $ ping 192.0.2.1
Dqemu_user_setup.rst82 * In general, ICMP traffic does not work (so you cannot use ping within a guest).
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig52 Number of gateway ping attempts.
/Zephyr-latest/samples/drivers/mbox_data/
DREADME.rst13 Sample will ping-pong up to 4 bytes of data between two cores via two mbox channels.
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst96 ping : Ping command.
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c331 SHELL_CMD(ping, NULL, "Ping command.", cmd_demo_ping),
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst146 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/
Dindex.rst145 connect and send ping.

12