Home
last modified time | relevance | path

Searched refs:lwip_bind (Results 1 – 7 of 7) sorted by relevance

/lib/lwip/lwip/contrib/apps/rtp/
A Drtp.c191 if (lwip_bind(sock, (struct sockaddr *)&local, sizeof(local)) == 0) { in rtp_send_thread()
248 if (lwip_bind(sock, (struct sockaddr *)&local, sizeof(local)) == 0) { in rtp_recv_thread()
/lib/lwip/lwip/test/unit/api/
A Dtest_sockets.c306 ret = lwip_bind(listnr, (struct sockaddr*)&addr_storage, addr_size); in test_sockets_msgapi_tcp()
498 ret = lwip_bind(s, (struct sockaddr*)&addr_storage, addr_size); in test_sockets_msgapi_udp()
566 ret = lwip_bind(s, (struct sockaddr*)&addr_storage, addr_size); in test_sockets_msgapi_cmsg()
714 ret = lwip_bind(sl, (struct sockaddr *)&sa_listen, sizeof(sa_listen)); in START_TEST()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h554 #define lwip_bind bind macro
596 int lwip_bind(int s, const struct sockaddr *name, socklen_t namelen);
635 #define bind(s,name,namelen) lwip_bind(s,name,namelen)
/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/
A Dsockets.h88 int lwip_bind(int s, const struct sockaddr *name, socklen_t namelen);
/lib/lwip/lwip/contrib/apps/chargen/
A Dchargen.c166 if (lwip_bind(listenfd, (struct sockaddr *) &chargen_saddr, sizeof (chargen_saddr)) == -1) { in chargen_thread()
/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c592 ret = lwip_bind(slisten, (struct sockaddr *)&addr, sizeof(addr)); in sockets_stresstest_listener()
/lib/lwip/lwip/src/api/
A Dsockets.c756 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() function

Completed in 22 milliseconds