Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.19 KB

ping.rst

File metadata and controls

38 lines (25 loc) · 1.19 KB

ping --- Ping

ping

Debug file system commands

One debug file system command is available, located in the directory inet/ping/.

Command Description

ping <remote host>

Ping a remote host by given ip address.

Example output from the shell:

$ inet/ping/ping 192.168.1.100
Successfully pinged '192.168.1.100' in 10 ms.
$ 

Source code: src/inet/ping.h, src/inet/ping.c

Test code: tst/inet/ping/main.c

Test coverage: src/inet/ping.c


inet/ping.h