Searched refs:lwip_recvfrom (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 546 #define lwip_recvfrom recvfrom macro 589 ssize_t lwip_recvfrom(int s, void *mem, size_t len, int flags, 657 #define recvfrom(s,mem,len,flags,from,fromlen) lwip_recvfrom(s,mem,len,flags,from,fromlen)
|
/third_party/lwip/src/api/ |
D | sockets.c | 1226 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom() function 1293 return lwip_recvfrom(s, mem, len, 0, NULL, NULL); in lwip_read() 1316 return lwip_recvfrom(s, mem, len, flags, NULL, NULL); in lwip_recv()
|
/third_party/lwip/ |
D | CHANGELOG | 2034 * sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out 2134 * sockets.c: Fixed bug #28519 (lwip_recvfrom bug with len > 65535) 2530 * sockets.c: tried to fix bug #23559: lwip_recvfrom problem with tcp 2620 * sockets.c: fixed bug #25051: lwip_recvfrom problem with udp: fromaddr and 3030 Improved lwip_recvfrom(). TCP push now propagated. 3284 * sockets.c: Fix bug #22435 "lwip_recvfrom with TCP break;". Using 3293 LWIP_SOCKET=1, the code did the wrong supposition that lwip_recvfrom
|