Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c348 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL;
359 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL;
372 cand_scope = IP6_MULTICAST_SCOPE_GLOBAL;
/third_party/lwip/src/include/lwip/
Dip6_addr.h226 #define IP6_MULTICAST_SCOPE_GLOBAL 0xe macro