Lines Matching refs:api

35   * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
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
409 * api.h, api_lib.c, sockets.c: task #10167 (sockets: speed up TCP recv
435 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non-
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:
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
691 * api(_lib).c/.h, api_msg.c/.h, sockets.c/.h: Fixed bug #10088: Correctly
830 * api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110
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()
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
1238 * api_msg.c api.h: BUG26722: initialise netconn write variables
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
1535 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h:
1537 modifications in the sys_mbox api: sys_mbox_new take a "size" parameters which
1548 * rawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c, sockets.c, tcp.h, tcp.c,
1567 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c,
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
1631 requests with RAW api interface. Initialization is done in lwip_init() with
1644 * api.h, api_msg.h and dependent files: Task #7410: Removed the need to include
1645 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
1646 implementation from netconn api applications.
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:
1658 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
1659 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
1664 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
1720 * sockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb" which only contains
1762 * Add netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249 "Split netbuf functions
1763 from api/api_lib". Now netbuf API is independant of netconn, and can be used
1765 maintainers just have to add src/api/netbuf.c in their makefile/projects.
1782 inside tcpip_init, but can also be used by raw api users since all calls are
1843 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial,
1871 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
1881 * api.h, api_lib.c, api_msg.c: Fixed bug #20021: Moved sendbuf-processing in
1933 * api.h, api_lib.c, api_msg.c, sockets.c: group the different NETCONN_UDPxxx
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.
2035 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c,
2052 * sockets.c, api.h, api_lib.c, tcpip.c, sys.h, sys.c, err.c, opt.h:
2060 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h:
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
2249 * api.h, api_lib.c, api_msg.c: First fix for "bug #20900 : Potential crash error
2312 * api.h, api_lib.c, api_msg.c: Final fix for bug #20021 and some other problems
2416 sys_mbox_fetch() in api files. Now, users SHOULD NOT use internal lwIP features
2420 * api.h, api_lib.c, api_msg.h, api_msg.c: change the struct api_msg_msg to see
2425 * api_lib.c, api_msg.c, raw.c, api.h, api_msg.h, raw.h: Included patch #5938:
2427 is only 8 bits wide. This affects the api, as there, the protocol was
2525 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2611 * api_lib.c, sockets.c, api.h, api_msg.h, sockets.h: Fixed bug #19251