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
ping ping: add stop function 2023-09-27 20:56:46 +02:00
rtp
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
tcpecho_raw Fix typos using codespell 2020-02-15 21:45:41 +01:00
udpecho
udpecho_raw