Lines Matching refs:netconn

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
502 plus many cleanups in socket & netconn API.
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
896 if tcp_enqueue fails) both in raw- and netconn-API
899 * api_msg.c: Fixed bug #27316: netconn: Possible deadlock in err_tcp
910 task #10102: "netconn: clean up conn->err threading issues" by adding
1238 * api_msg.c api.h: BUG26722: initialise netconn write variables
1405 * opt.h, api_msg.c: added configurable default valud for netconn->recv_bufsize:
1516 netconn::sem per netconn::op_completed like suggested for the task #7490
1531 netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task #7490
1539 in opt.h to indicate sizes for tcpip::mbox, netconn::recvmbox, and for the
1540 netconn::acceptmbox. Port maintainers, you can decide to just add this new
1626 dns resolver function for netconn api (netconn_gethostbyname) and socket api
1646 implementation from netconn api applications.
1650 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled
1653 netconn::recv_avail which need to be more "thread-safe" (note there is already
1659 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
1696 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
1721 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
1757 and/or the "interface" field (for netconn layer), for join/leave operations.
1763 from api/api_lib". Now netbuf API is independant of netconn, and can be used
2054 on UDP sockets/netconn.
2061 Implement SO_RCVTIMEO on UDP sockets/netconn.
2123 * sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
2125 netconn->recv_avail.
2146 * api_msg.c, api_lib.c: fix bug #21656 (recvmbox problem in netconn API): always
2148 netconn, this recvmbox is later freed and a new mbox is allocated for acceptmbox.
2149 This is a fix for thread-safety and allocates all items needed for a netconn
2150 when the netconn is created.
2660 The api_msg struct stay on the stack (not moved to netconn struct).