Lines Matching refs:socket

87   * tcp: add hooks to implement additional socket options
185 - Support IP_HDRINCL socket option
318 invalid/reused socket) by not allowing to reallocate a socket that has
407 (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY
410 * *: Fixed dual-stack behaviour, IPv6 mapped IPv4 support in socket API
454 automatically supported when an IPv6 netconn/socket is created.
507 * many files: allow multicast socket options IP_MULTICAST_TTL, IP_MULTICAST_IF
593 * opt.h, sockets.h/c: patch #7702 "Include ability to increase the socket number
604 * api: allow enabling socket API without (public) netconn API - netconn API is
778 * netconn/socket API: fixed bug# 43739 (Accept not reporting errors about
796 * api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close)
799 * api_msg.c: don't fail closing a socket/netconn when failing to allocate the
801 leaking a netconn/socket (see bug #46701)
813 * sockets.c: fixed bug #46471: lwip_accept() leaks socket descriptors if new
916 * sockets.c: fixed bug #38165 (socket with mulicast): ensure igmp membership
917 are dropped when socket (not netconn!) is closed.
969 * netconn/socket api: fixed bug #44225 "closing TCP socket should time out
1069 * raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when
1077 * sockets.c: fixed bug #41729 Some socket functions return Exyz instead of -1
1146 * inet.h, sockets.h: partially fixed bug #37585: IPv6 compatibility (in socket structs)
1219 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
1388 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
1480 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
1527 IP_MULTICAST_LOOP at socket- and raw-API level.
1701 plus many cleanups in socket & netconn API.
1773 more than once can render a socket useless) since it mainly involves changing
1828 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
1891 implemented shutdown at socket level.
2022 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
2389 socket.
2589 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
2824 * api.h, api_msg.h, api_lib.c, api_msg.c, socket.h, socket.c: Added sequential
2825 dns resolver function for netconn api (netconn_gethostbyname) and socket api
2857 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
2894 option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for
2955 the netif's "init" function). Use the "imr_interface" field (for socket layer)
3090 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
3267 * sockets.h, sockets.c: Move socket initialization to new
3417 reduce a little bit the footprint for socket layer (lwip_getpeername &
3655 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
3811 (missing `const' qualifier in socket functions), to get more compatible to
4007 * udp.c tcp.c: Removed SO_REUSE hack. Should reside in socket code only.
4169 * New socket options.
4291 socket library was not handled correctly.
4324 * read() in BSD socket library could drop data.
4380 * Experimental BSD socket API library added.