net: lwip: provide net_start_again()
authorJerome Forissier <jerome.forissier@linaro.org>
Tue, 15 Apr 2025 21:17:37 +0000 (23:17 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Wed, 23 Apr 2025 08:02:49 +0000 (10:02 +0200)
commit761fe6719c462716b11eddc45171d952ff86dc21
treedbc2527b3e843b7acd6d152cf33598227ddc7209
parent5666865decb8f24b4710a15be35207a62f972aee
net: lwip: provide net_start_again()

Implement net_start_again() when NET_LWIP=y in a very similar way to
NET. This will be used in a future commit to determine if a failed
ping needs to be tried again on a different interface.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/net-common.h
include/net-legacy.h
net/lwip/net-lwip.c