Lines Matching refs:sockets
35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
183 * sockets.c: fixed bug #34581 missing parentheses in udplite sockets code
186 * sockets.h: fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
201 * sockets.c, api_lib.c: fixed bug #34540: compiler error when CORE_LOCKING is
261 * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling
265 * sockets.h: fixed bug #34057 socklen_t should be a typedef
281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
283 lwip_send() sends as much as possible for non-blocking sockets
327 * ip.c, udp.c/.h, pbuf.h, sockets.c: task #10495: Added support for
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
398 * sockets.c: bug #28775 (select/event_callback: only check select_cb_list
400 This should speed up receiving data on sockets as the select code in
409 * api.h, api_lib.c, sockets.c: task #10167 (sockets: speed up TCP recv
412 for tcp sockets.
435 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non-
439 * sockets.c/.h: Added a minimal version of posix fctl() to have a
440 standardised way to set O_NONBLOCK for nonblocking sockets.
492 * sockets.c: Use SYS_LIGHTWEIGHT_PROT instead of a semaphore to protect
493 the sockets array.
496 * api.h, api_msg.c, sockets.c: Added except set support in select
500 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c:
560 * sockets.c: Fixed bug #32906: lwip_connect+lwip_send did not work for udp and
573 * err.h/.c, sockets.c, api_msg.c: fixed bug #31748 (Calling non-blocking connect
578 * sockets.c: fixed bug #32769 (ESHUTDOWN is linux-specific) by fixing
599 * sockets.c: Fixed bug #31741: lwip_select seems to have threading problems
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
617 * sockets.c: Fixed bug #31590: getsockopt(... SO_ERROR ...) gives EINPROGRESS
629 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
632 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
645 * sockets.h: Fixed bug #31385: sizeof(struct sockaddr) is 30 but should be 16
662 * api_lib.c, api_msg.c, sockets.c, mib2.c: Fixed compilation with TCP or UDP
691 * api(_lib).c/.h, api_msg.c/.h, sockets.c/.h: Fixed bug #10088: Correctly
739 * sockets.c: Fixed bug #29332: lwip_select() processes readset incorrectly
763 * sockets.c: Fixed LWIP_NETIF_TX_SINGLE_PBUF for LWIP_TCPIP_CORE_LOCKING
830 * api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110
835 * sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out
891 * sockets.c: Fixed bug #28716: select() returns 0 after waiting for less
909 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c):
914 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
935 * sockets.c: Fixed bug #28519 (lwip_recvfrom bug with len > 65535)
1019 * tcp.h, sockets.c: Fixed bug #28099: API required to disable Nagle
1030 * sockets.c: Fixed bug #28062: Data received directly after accepting
1131 * opt.h, sockets.c, pbuf.c, netbuf.h, pbuf.h: task #7013: Added option
1189 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
1230 * api.h api_msg.h netdb.h sockets.h: add missing #include directives
1233 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for
1262 * sockets.c: bug #26405: Prematurely released semaphore causes lwip_select()
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1331 * sockets.c: tried to fix bug #23559: lwip_recvfrom problem with tcp
1352 * sockets.c, ppp.c: bug #25763: corrected 4 occurrences of SMEMCPY to MEMCPY
1355 * sockets.c: bug #26121: set_errno can be overridden
1390 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
1421 * sockets.c: fixed bug #25051: lwip_recvfrom problem with udp: fromaddr and
1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an
1476 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to
1515 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
1530 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
1548 * rawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c, sockets.c, tcp.h, tcp.c,
1568 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API
1573 * api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result"
1604 * netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c
1649 * api.h, api_lib.c, api_msg.c, sockets.c, opt.h: add SO_RCVBUF option for UDP &
1657 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, tcp.h, tcp_out.c:
1694 * udp.h, udp.c, sockets.c: Changes for "#20503 IGMP Improvement". Add IP_MULTICAST_IF
1720 * sockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb" which only contains
1754 * igmp.h, igmp.c, sockets.c, api_msg.c: Changes for "#20503 IGMP Improvement".
1816 * sockets.c: lwip_accept(): check netconn_peer() error return.
1828 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf
1858 * sockets.h, sockets.c: Implement MSG_PEEK flag for recv/recvfrom functions.
1891 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
1900 * sockets.c, sockets.h: Added UDP lite support for sockets
1933 * api.h, api_lib.c, api_msg.c, sockets.c: group the different NETCONN_UDPxxx
1950 * sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c:
1978 * sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fix bug #19162 "lwip_sento: a possible
1981 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
1997 * sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
2000 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2035 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c,
2042 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
2052 * sockets.c, api.h, api_lib.c, tcpip.c, sys.h, sys.c, err.c, opt.h:
2054 on UDP sockets/netconn.
2060 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h:
2061 Implement SO_RCVTIMEO on UDP sockets/netconn.
2068 * sockets.h, sockets.c: Move socket initialization to new
2085 * sockets.c: Fix bug #22435 "lwip_recvfrom with TCP break;". Using
2089 good lwip way to do it (so, using recv is faster on tcp sockets).
2123 * sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
2141 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET
2163 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
2165 sockets block most operations once they have seen a fatal error.
2181 * sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fixed bug #20900. Now, most
2213 * sockets.c, api.h, api_lib.c: First step to fix "bug #20900 : Potential
2396 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
2399 * api_lib.c, sockets.c: Fixed bug #5958 for netconn_listen (acceptmbox only
2455 * tcp.h, sockets.h, sockets.c: Fixed bug from patch #5865 by moving the defines
2457 tcp.h to sockets.h.
2472 * sockets.c: Fix ioctl FIONREAD when some data remains from last recv.
2487 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
2488 MEMP_NUM_NETCONN in sockets.c right now.
2503 * inet.c, ip_addr.h, sockets.h, sys.h, tcp.h: Apply patch #5745: Fix
2525 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2529 * sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple
2556 * sockets.c: fixed bug #5067 (essentialy a signed/unsigned warning fixed
2583 * sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
2611 * api_lib.c, sockets.c, api.h, api_msg.h, sockets.h: Fixed bug #19251
2613 standard POSIX sockets.
2616 * sockets.c: Add asserts inside bind, connect and sendto to check input
2650 * opt.h, sockets.h: add new configuration options (LWIP_POSIX_SOCKETS_IO_NAMES,
2689 * sockets.c: Fix BUG#19161 - ensure milliseconds timeout is non-zero
2886 * ip_frag.c, tcp_out.c, sockets.c, pbuf.c
2895 * sockets.c: Added trivial (int) cast to keep compiler happier.
2903 * sockets.*: Restructured LWIP_PRIVATE_TIMEVAL. Make sure