Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/
A Dinet.h59 #define inet6_addr_from_ip6addr(target_in6addr, source_ip6addr) {(target_in6addr)->s6_addr32[0] = (… macro
/lib/lwip/lwip/contrib/apps/socket_examples/
A Dsocket_examples.c92 inet6_addr_from_ip6addr(&addr.sin6_addr, ip_2_ip6(ipaddr)); in sockex_nonblocking_connect()
355 inet6_addr_from_ip6addr(&addr.sin6_addr, ip_2_ip6(ipaddr)); in sockex_testrecv()
553 inet6_addr_from_ip6addr(&addr.sin6_addr, ip_2_ip6(ipaddr)); in sockex_testtwoselects()
/lib/lwip/lwip/src/include/lwip/
A Dinet.h164 #define inet6_addr_from_ip6addr(target_in6addr, source_ip6addr) {(target_in6addr)->un.u32_addr[0] =… macro
/lib/lwip/lwip/contrib/apps/ping/
A Dping.c166 inet6_addr_from_ip6addr(&to6->sin6_addr, ip_2_ip6(addr)); in ping_send()
/lib/lwip/lwip/src/api/
A Dnetdb.c383 inet6_addr_from_ip6addr(&sa6->sin6_addr, ip_2_ip6(&addr)); in lwip_getaddrinfo()
A Dsockets.c150 inet6_addr_from_ip6addr(&(sin6)->sin6_addr, ipaddr); \

Completed in 25 milliseconds