Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/api/
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/
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/
Dsockets_stresstest.c592 ret = lwip_bind(slisten, (struct sockaddr *)&addr, sizeof(addr)); in sockets_stresstest_listener()
/third_party/lwip/src/api/
Dsockets.c722 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() function