Kirill Lokotkov 93821fc437 Fixed netdb.c when LWIP_SOCKET_HAVE_SA_LEN == 0
Fields sin6_len and sin_len are always used in the file but not all implementations of sockaddr_in or sockaddr_in6 have this fields (including Linux implementation).
Added #if-check to avoid compilation errors in such cases.
2024-02-19 18:13:28 +01:00
..
2021-12-30 22:13:01 +01:00
2020-02-15 21:45:41 +01:00
2020-02-15 21:45:41 +01:00
2023-10-14 18:04:35 +02:00