Lines Matching refs:socket

65     invalid/reused socket) by not allowing to reallocate a socket that has
154 (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY
157 * *: Fixed dual-stack behaviour, IPv6 mapped IPv4 support in socket API
201 automatically supported when an IPv6 netconn/socket is created.
254 * many files: allow multicast socket options IP_MULTICAST_TTL, IP_MULTICAST_IF
340 * opt.h, sockets.h/c: patch #7702 "Include ability to increase the socket number
351 * api: allow enabling socket API without (public) netconn API - netconn API is
525 * netconn/socket API: fixed bug# 43739 (Accept not reporting errors about
543 * api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close)
546 * api_msg.c: don't fail closing a socket/netconn when failing to allocate the
548 leaking a netconn/socket (see bug #46701)
560 * sockets.c: fixed bug #46471: lwip_accept() leaks socket descriptors if new
663 * sockets.c: fixed bug #38165 (socket with mulicast): ensure igmp membership
664 are dropped when socket (not netconn!) is closed.
716 * netconn/socket api: fixed bug #44225 "closing TCP socket should time out
816 * raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when
824 * sockets.c: fixed bug #41729 Some socket functions return Exyz instead of -1
893 * inet.h, sockets.h: partially fixed bug #37585: IPv6 compatibility (in socket structs)
966 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
1135 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
1227 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
1274 IP_MULTICAST_LOOP at socket- and raw-API level.
1448 plus many cleanups in socket & netconn API.
1520 more than once can render a socket useless) since it mainly involves changing
1575 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
1638 implemented shutdown at socket level.
1769 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
2136 socket.
2336 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
2571 * api.h, api_msg.h, api_lib.c, api_msg.c, socket.h, socket.c: Added sequential
2572 dns resolver function for netconn api (netconn_gethostbyname) and socket api
2604 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
2641 option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for
2702 the netif's "init" function). Use the "imr_interface" field (for socket layer)
2837 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
3014 * sockets.h, sockets.c: Move socket initialization to new
3164 reduce a little bit the footprint for socket layer (lwip_getpeername &
3402 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
3558 (missing `const' qualifier in socket functions), to get more compatible to
3754 * udp.c tcp.c: Removed SO_REUSE hack. Should reside in socket code only.
3916 * New socket options.
4038 socket library was not handled correctly.
4071 * read() in BSD socket library could drop data.
4127 * Experimental BSD socket API library added.