Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip_addr.h342 extern const ip_addr_t ip6_addr_any;
349 #define IP6_ADDR_ANY (&ip6_addr_any)
355 #define IP6_ADDR_ANY6 (ip_2_ip6(&ip6_addr_any))
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dip_addr.h342 extern const ip_addr_t ip6_addr_any;
349 #define IP6_ADDR_ANY (&ip6_addr_any)
355 #define IP6_ADDR_ANY6 (ip_2_ip6(&ip6_addr_any))
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_addr.c51 const ip_addr_t ip6_addr_any = IPADDR6_INIT(0ul, 0ul, 0ul, 0ul); variable

Completed in 7 milliseconds