@@ -3928,7 +3928,7 @@ lwip_setsockopt_impl(int s, int level, int optname, const void *optval, socklen_ return err; } -#if USE_LIBOS +#if GAZELLE_ENABLE int lwip_ioctl(int s, long cmd, ...) { @@ -3963,7 +3963,7 @@ lwip_ioctl(int s, long cmd, void *arg...
(sock->conn, 1); @@ -2559,6 +2574,12 @@ lwip_setsockopt_impl(int s, int level, int optname, const void *optval, socklen_ switch (optname) { #if LWIP_IPV6 && LWIP_RAW case IPV6_CHECKSUM: + /* It should not be possible to disable the checksum generation with ICMPv6 + * as ...
tcp_timer_needed prototype was ifdef'ed out for LWIP_TIMERS==0 2010-11-20: Simon Goldschmidt * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number 2010-11-20: Simon Goldschmidt * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to resemble...
tcp_timer_needed prototype was ifdef'ed out for LWIP_TIMERS==0 2010-11-20: Simon Goldschmidt * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number 2010-11-20: Simon Goldschmidt * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to resemble...
2015-01-17: Simon Goldschmidt * sockets.c/.h, memp_std.h: fixed bug #40788 "lwip_setsockopt_internal() crashes" by rewriting set/getsockopt functions to combine checks with the actual code and add more NULL checks; this also fixes that CORE_LOCKING used message ...
* sockets.c/.h, memp_std.h: fixed bug #40788 "lwip_setsockopt_internal() crashes" by rewriting set/getsockopt functions to combine checks with the actual code and add more NULL checks; this also fixes that CORE_LOCKING used message ...
2015-01-17: Simon Goldschmidt * sockets.c/.h, memp_std.h: fixed bug #40788 "lwip_setsockopt_internal() crashes" by rewriting set/getsockopt functions to combine checks with the actual code and add more NULL checks; this also fixes that CORE_LOCKING used message ...
* sockets.c/.h, memp_std.h: fixed bug #40788 "lwip_setsockopt_internal() crashes" by rewriting set/getsockopt functions to combine checks with the actual code and add more NULL checks; this also fixes that CORE_LOCKING used message ...