Lines Matching refs:recv
99 * tcp_out.c: fixed bug #35945: SYN packet should provide the recv MSS not the
409 * api.h, api_lib.c, sockets.c: task #10167 (sockets: speed up TCP recv
787 recv callbacks after calling tcp_close(). Added tcp_shutdown().
831 (recv() makes receive window update for data that wasn't received by
877 * tcp.h, tcp.c, tcp_in.c: Fixed bug #27871: Calling tcp_abort() in recv
1049 pcb->recv is NULL to keep rcv_wnd correct)
1293 If you want this option also filter broadcast on recv operations, you also
1406 RECV_BUFSIZE_DEFAULT (fixes bug #23726: pbuf pool exhaustion on slow recv())
1858 * sockets.h, sockets.c: Implement MSG_PEEK flag for recv/recvfrom functions.
1929 * api_lib.c: Implement SO_RCVTIMEO for accept and recv on TCP
2089 good lwip way to do it (so, using recv is faster on tcp sockets).
2294 * api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
2385 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
2472 * sockets.c: Fix ioctl FIONREAD when some data remains from last recv.
2631 call to "lwip_stats.link.recv++;" in low_level_input() & ethernetif_input().
2825 * udp.c: UDP pcb->recv() was called even when it was NULL.