Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6.c296 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
307 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
320 cand_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dip6_addr.h245 #define IP6_MULTICAST_SCOPE_GLOBAL 0xe macro