mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 03:05:47 +00:00
net_icmpv4_send_echo_request currently returns EINVAL (invalid argument) when IPv4 is unavailable. Since the availability of IPv4 has nothing to do with the arguments provided to this function and the meaning of EINVAL in this case is ambiguous, return the ENETUNREACH (network is unreachable) error number instead. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> |
||
---|---|---|
.. | ||
ip | ||
l2 | ||
lib | ||
buf.c | ||
CMakeLists.txt | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
Kconfig.template.log_config.default.net | ||
Kconfig.template.log_config.net |