Home
last modified time | relevance | path

Searched refs:lwip_sendto (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
Dsockets.h336 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/
Dsockets.c771 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/
DCHANGELOG1952 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