commit | c76a9f42abf35a640f8674743ccb031055c58484 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Apr 15 23:17:37 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Wed Apr 23 10:02:49 2025 +0200 |
tree | dbc2527b3e843b7acd6d152cf33598227ddc7209 | |
parent | 86378a5523c170f4940cd1153dc34088ecbf4203 [diff] |
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>