Home
last modified time | relevance | path

Searched refs:lwip_getsockname (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/test/unit/api/
A Dtest_sockets.c121 ret = lwip_getsockname(s, (struct sockaddr*)&addr, &addrlen); in test_sockets_allfunctions_basic_domain()
312 ret = lwip_getsockname(listnr, (struct sockaddr*)&addr_storage, &addr_size); in test_sockets_msgapi_tcp()
502 ret = lwip_getsockname(s, (struct sockaddr*)&addr_storage, &addr_size); in test_sockets_msgapi_udp()
570 ret = lwip_getsockname(s, (struct sockaddr*)&addr_storage, &addr_size); in test_sockets_msgapi_cmsg()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h557 #define lwip_getsockname getsockname macro
599 int lwip_getsockname (int s, struct sockaddr *name, socklen_t *namelen);
641 #define getsockname(s,name,namelen) lwip_getsockname(s,name,namelen)
/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/
A Dsockets.h91 int lwip_getsockname (int s, struct sockaddr *name, socklen_t *namelen);
/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c599 ret = lwip_getsockname(slisten, (struct sockaddr *)&addr, &addr_len); in sockets_stresstest_listener()
/lib/lwip/lwip/src/api/
A Dsockets.c2798 lwip_getsockname(int s, struct sockaddr *name, socklen_t *namelen) in lwip_getsockname() function
/lib/lwip/lwip/
A DCHANGELOG3505 lwip_getsockname use now a common lwip_getaddrname function since

Completed in 33 milliseconds