Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsockets.h329 int lwip_connect(int s, const struct sockaddr *name, socklen_t namelen);
350 #define connect(a,b,c) lwip_connect(a,b,c)
/lib/liblwip/src/api/
Dsockets.c471 lwip_connect(int s, const struct sockaddr *name, socklen_t namelen) in lwip_connect() function
/lib/liblwip/
DCHANGELOG560 * sockets.c: Fixed bug #32906: lwip_connect+lwip_send did not work for udp and