Lines Matching refs:netconn
203 plus many cleanups in socket & netconn API.
306 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
524 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
597 if tcp_enqueue fails) both in raw- and netconn-API
600 * api_msg.c: Fixed bug #27316: netconn: Possible deadlock in err_tcp
611 task #10102: "netconn: clean up conn->err threading issues" by adding
939 * api_msg.c api.h: BUG26722: initialise netconn write variables
1106 * opt.h, api_msg.c: added configurable default valud for netconn->recv_bufsize:
1217 netconn::sem per netconn::op_completed like suggested for the task #7490
1232 netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task #7490
1240 in opt.h to indicate sizes for tcpip::mbox, netconn::recvmbox, and for the
1241 netconn::acceptmbox. Port maintainers, you can decide to just add this new
1327 dns resolver function for netconn api (netconn_gethostbyname) and socket api
1347 implementation from netconn api applications.
1351 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled
1354 netconn::recv_avail which need to be more "thread-safe" (note there is already
1360 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
1397 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
1422 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
1458 and/or the "interface" field (for netconn layer), for join/leave operations.
1464 from api/api_lib". Now netbuf API is independant of netconn, and can be used
1755 on UDP sockets/netconn.
1762 Implement SO_RCVTIMEO on UDP sockets/netconn.
1824 * sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
1826 netconn->recv_avail.
1847 * api_msg.c, api_lib.c: fix bug #21656 (recvmbox problem in netconn API): always
1849 netconn, this recvmbox is later freed and a new mbox is allocated for acceptmbox.
1850 This is a fix for thread-safety and allocates all items needed for a netconn
1851 when the netconn is created.
2361 The api_msg struct stay on the stack (not moved to netconn struct).