Searched refs:dest_scope (Results 1 – 1 of 1) sorted by relevance
287 s8_t dest_scope, cand_scope; in ip6_select_source_address() local296 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()