Lines Matching refs:api_msg
35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
80 * api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object
189 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
261 * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling
281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
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:
505 * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding
573 * err.h/.c, sockets.c, api_msg.c: fixed bug #31748 (Calling non-blocking connect
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
662 * api_lib.c, api_msg.c, sockets.c, mib2.c: Fixed compilation with TCP or UDP
680 * api_msg.c: fixed bug #30300 (shutdown parameter was not initialized in
691 * api(_lib).c/.h, api_msg.c/.h, sockets.c/.h: Fixed bug #10088: Correctly
722 * api_msg.c: Fixed bug #29617 (sometime cause stall on delete listening
777 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
830 * api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110
895 * tcp.c, api_msg.c: Fixed bug #28651 (tcp_connect: no callbacks called
899 * api_msg.c: Fixed bug #27316: netconn: Possible deadlock in err_tcp
909 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c):
921 * api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive
964 * api_msg.c, netbuf.c/.h, opt.h: patch #6888: Patch for UDP Netbufs to
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
1328 * api_msg.c: fixed bug #25695: Segmentation fault in do_writemore()
1405 * opt.h, api_msg.c: added configurable default valud for netconn->recv_bufsize:
1451 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
1507 * rawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes for task #7675 "Enable
1515 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
1520 * api_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per DEFAULT_TCP_RECVMBOX_SIZE,
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:
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,
1573 * api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result"
1613 * api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name
1625 * api.h, api_msg.h, api_lib.c, api_msg.c, socket.h, socket.c: Added sequential
1644 * api.h, api_msg.h and dependent files: Task #7410: Removed the need to include
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:
1664 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
1754 * igmp.h, igmp.c, sockets.c, api_msg.c: Changes for "#20503 IGMP Improvement".
1787 * api_msg.c: do_close_internal(): Reset the callbacks and arg (conn) to NULL
1811 * api_msg.c: Initialize newconn->state to NETCONN_NONE in accept_function;
1871 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
1877 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
1881 * api.h, api_lib.c, api_msg.c: Fixed bug #20021: Moved sendbuf-processing in
1882 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
1895 * debug.h, api_msg.c: change LWIP_ERROR to use it to check errors like invalid
1897 this macro to check "conn" parameter in api_msg.c functions.
1903 * udp.h, opt.h, api_msg.c, ip.c, udp.c: Included switch LWIP_UDPLITE (enabled
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.
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,
2092 * api_msg.c, contrib/apps/ping.c: Fix bug #22530 "api_msg.c's
2123 * sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
2146 * api_msg.c, api_lib.c: fix bug #21656 (recvmbox problem in netconn API): always
2163 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
2176 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
2181 * sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fixed bug #20900. Now, most
2249 * api.h, api_lib.c, api_msg.c: First fix for "bug #20900 : Potential crash error
2273 * api_msg.c, tcp.c: Another fix for bug #20021: by not returning an error if
2286 * api_msg.c, tcp.c: Fix bug #20480: Check the pcb passed to tcp_listen() for the
2294 * api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
2298 * api_msg.c: Fix bug #20315: possible memory leak problem if tcp_listen failed,
2312 * api.h, api_lib.c, api_msg.c: Final fix for bug #20021 and some other problems
2343 in api_lib/api_msg (use pointers and not type with table, etc...)
2361 * api_msg.c: pcb_new sets conn->err if protocol is not implemented
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:
2439 * api_msg.c, udp.c: If a udp_pcb has a local_ip set, check if it is the same
2508 * api_msg.c: Fix bug #16830: "err_tcp() posts to connection mailbox when no pend on
2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
2544 * api_msg.h, api_msg.c: Remove obsolete API_MSG_ACCEPT and do_accept (never used).
2560 * api_lib.c, api_msg.c, tcpip.c: integrate sys_mbox_fetch(conn->mbox, NULL) calls from
2570 * api_msg.c, igmp.c, igmp.h: Fix C++ style comments
2600 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
2611 * api_lib.c, sockets.c, api.h, api_msg.h, sockets.h: Fixed bug #19251
2654 * api_msg.c: Remove some compiler warnings : parameter "pcb" was never
2660 The api_msg struct stay on the stack (not moved to netconn struct).
2752 * api_msg.c: Fixed Nagle algorithm as reported by Bob Grice.
2759 * api_msg.c: Flushing TCP output in do_close() (bug #15926).
2762 * api_msg.c: Applied patch for cold case (bug #11135).
2770 * api_msg.c: Applied patch #5146 to handle allocation failures
2893 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype