Searched refs:lwip_bind (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/contrib/apps/rtp/ |
| A D | rtp.c | 191 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 D | test_sockets.c | 306 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 D | sockets.h | 554 #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 D | sockets.h | 88 int lwip_bind(int s, const struct sockaddr *name, socklen_t namelen);
|
| /lib/lwip/lwip/contrib/apps/chargen/ |
| A D | chargen.c | 166 if (lwip_bind(listenfd, (struct sockaddr *) &chargen_saddr, sizeof (chargen_saddr)) == -1) { in chargen_thread()
|
| /lib/lwip/lwip/test/sockets/ |
| A D | sockets_stresstest.c | 592 ret = lwip_bind(slisten, (struct sockaddr *)&addr, sizeof(addr)); in sockets_stresstest_listener()
|
| /lib/lwip/lwip/src/api/ |
| A D | sockets.c | 756 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() function
|
Completed in 22 milliseconds