Home
last modified time | relevance | path

Searched refs:inet6_addr_from_ip6addr (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dinet.h147 #define inet6_addr_from_ip6addr(target_in6addr, source_ip6addr) {(target_in6addr)->un.u32_addr[0] = (source_ip6addr)->addr[0]; \ macro
/third_party/lwip/src/api/
H A Dnetdb.c378 inet6_addr_from_ip6addr(&sa6->sin6_addr, ip_2_ip6(&addr)); in lwip_getaddrinfo()
H A Dsockets.c114 inet6_addr_from_ip6addr(&(sin6)->sin6_addr, ipaddr); \

Completed in 7 milliseconds