Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6.c287 s8_t dest_scope, cand_scope; in ip6_select_source_address() local
296 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
298 dest_scope = IP6_MULTICAST_SCOPE_LINK_LOCAL; in ip6_select_source_address()
300 dest_scope = IP6_MULTICAST_SCOPE_ORGANIZATION_LOCAL; in ip6_select_source_address()
302 dest_scope = ip6_addr_multicast_scope(dest); in ip6_select_source_address()
304 dest_scope = IP6_MULTICAST_SCOPE_SITE_LOCAL; in ip6_select_source_address()
307 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
340 ((cand_scope < best_scope) && (cand_scope >= dest_scope)) || in ip6_select_source_address()
341 ((cand_scope > best_scope) && (best_scope < dest_scope)) || /* Rule 2 */ in ip6_select_source_address()