Home
last modified time | relevance | path

Searched refs:IPADDR6_INIT (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6_addr.c57 const ip_addr_t ip6_addr_any = IPADDR6_INIT(0ul, 0ul, 0ul, 0ul);
/third_party/lwip/src/include/lwip/
Dip_addr.h86 #define IPADDR6_INIT(a, b, c, d) { { { { a, b, c, d } IPADDR6_ZONE_INIT } }, IPADDR_TYPE_V6 } macro
319 #define IPADDR6_INIT(a, b, c, d) { { a, b, c, d } IPADDR6_ZONE_INIT } macro