Home
last modified time | relevance | path

Searched refs:lwip_bind (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/test/unit/api/
H 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()
/third_party/lwip/src/include/lwip/
H A Dsockets.h535 #define lwip_bind bind macro
577 int lwip_bind(int s, const struct sockaddr *name, socklen_t namelen);
635 #define bind(s,name,namelen) lwip_bind(s,name,namelen)
/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c592 ret = lwip_bind(slisten, (struct sockaddr *)&addr, sizeof(addr)); in sockets_stresstest_listener()
/third_party/lwip/src/api/
H A Dsockets.c726 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() function
746 LWIP_ERROR("lwip_bind: invalid address", (IS_SOCK_ADDR_LEN_VALID(namelen) && in lwip_bind()
752 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d, addr=", s)); in lwip_bind()
767 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d) failed, err=%d\n", s, err)); in lwip_bind()
773 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_bind(%d) succeeded\n", s)); in lwip_bind()

Completed in 11 milliseconds