lwip/src
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
..
api Fixed netdb.c when LWIP_SOCKET_HAVE_SA_LEN == 0 2024-02-19 18:13:28 +01:00
apps Introduce constant-time memcmp and use it for snmpv3_get_engine_boots 2024-01-09 21:14:49 +01:00
core Fix C++ compatibility of newly added function lwip_memcmp_consttime() 2024-01-09 21:26:40 +01:00
include Introduce constant-time memcmp and use it for snmpv3_get_engine_boots 2024-01-09 21:14:49 +01:00
netif ppp: use constant-time memcmp for checking credentials 2024-01-09 21:23:11 +01:00
Filelists.cmake next release will probably be 2.2.1... 2023-09-27 20:38:41 +02:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00