Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dinet.h152 #define inet6_addr_from_ip6addr(target_in6addr, source_ip6addr) {(target_in6addr)->un.u32_addr[0] =… macro
/btstack/3rd-party/lwip/core/src/api/
H A Dnetdb.c375 inet6_addr_from_ip6addr(&sa6->sin6_addr, ip_2_ip6(&addr)); in lwip_getaddrinfo()
H A Dsockets.c106 inet6_addr_from_ip6addr(&(sin6)->sin6_addr, ipaddr); \