Searched refs:lwip_sendto (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 336 int lwip_sendto(int s, const void *dataptr, size_t size, int flags, 359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f)
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 771 return lwip_sendto(s, data, size, flags, NULL, 0); in lwip_send() 790 lwip_sendto(int s, const void *data, size_t size, int flags, function
|
| /lib/liblwip/ |
| D | CHANGELOG | 1952 footprint. Disable some part of lwip_send and lwip_sendto if some options are 1980 netbuf (if we receive lot of datagrams). Improve lwip_sendto (only one exchange between
|