Lines Matching refs:socket
20 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
189 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
328 IP_MULTICAST_LOOP at socket- and raw-API level.
502 plus many cleanups in socket & netconn API.
574 more than once can render a socket useless) since it mainly involves changing
629 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
692 implemented shutdown at socket level.
823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
1190 socket.
1390 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
1625 * api.h, api_msg.h, api_lib.c, api_msg.c, socket.h, socket.c: Added sequential
1626 dns resolver function for netconn api (netconn_gethostbyname) and socket api
1658 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
1695 option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for
1756 the netif's "init" function). Use the "imr_interface" field (for socket layer)
1891 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
2068 * sockets.h, sockets.c: Move socket initialization to new
2218 reduce a little bit the footprint for socket layer (lwip_getpeername &
2456 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
2612 (missing `const' qualifier in socket functions), to get more compatible to
2808 * udp.c tcp.c: Removed SO_REUSE hack. Should reside in socket code only.
2970 * New socket options.
3092 socket library was not handled correctly.
3125 * read() in BSD socket library could drop data.
3181 * Experimental BSD socket API library added.