Searched refs:lwip_recvfrom (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 333 int lwip_recvfrom(int s, void *mem, size_t len, int flags, 357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f)
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 557 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom() function 744 return lwip_recvfrom(s, mem, len, 0, NULL, NULL); in lwip_read() 750 return lwip_recvfrom(s, mem, len, flags, NULL, NULL); in lwip_recv()
|
| /lib/liblwip/ |
| D | CHANGELOG | 835 * sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out 935 * sockets.c: Fixed bug #28519 (lwip_recvfrom bug with len > 65535) 1331 * sockets.c: tried to fix bug #23559: lwip_recvfrom problem with tcp 1421 * sockets.c: fixed bug #25051: lwip_recvfrom problem with udp: fromaddr and 1831 Improved lwip_recvfrom(). TCP push now propagated. 2085 * sockets.c: Fix bug #22435 "lwip_recvfrom with TCP break;". Using 2094 LWIP_SOCKET=1, the code did the wrong supposition that lwip_recvfrom
|