lwip/contrib/apps
Maxim Uvarov 4e6dd9c576 ping: add stop function
ping in raw mode does some set up and sets timeout, but clean
up procedure is missing. That is needed for case if PING_RESULT() macro
is used for application exit.

Also implement stop functionality when using sockets.
Running ping is stopped when calling ping_init() again.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2023-09-27 20:56:46 +02:00
..
chargen Use NULL instead of 0 as a pointer 2021-11-27 15:49:20 +01:00
httpserver Add missing terminating newlines to LWIP_DEBUGF statements 2023-05-11 22:13:51 +02:00
LwipMibCompiler Fix typos using codespell 2020-02-15 21:45:41 +01:00
netio Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
ping ping: add stop function 2023-09-27 20:56:46 +02:00
rtp Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
shell redefine many vars as "static" 2021-12-30 22:13:01 +01:00
socket_examples redefine many vars as "static" 2021-12-30 22:13:01 +01:00
tcpecho Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
tcpecho_raw Fix typos using codespell 2020-02-15 21:45:41 +01:00
udpecho Fix assertions in udpecho.c 2018-11-02 20:19:52 +01:00
udpecho_raw Import lwIP contrib rep 2018-10-02 12:19:13 +02:00