Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.c515 SIN6IFSCOPE(sa)->sin6_scope_id = ifscope; in sin6_set_ifscope()
539 return SIN6IFSCOPE(sa)->sin6_scope_id; in sin6_get_ifscope()
665 SIN6IFSCOPE(dst)->sin6_scope_id = ifscope; in ma_copy()
666 SIN6IFSCOPE(dst)->sin6_len = in ma_copy()
668 sizeof(SIN6IFSCOPE(dst)->sin6_scope_id); in ma_copy()
738 SIN6IFSCOPE(sa)->sin6_scope_id != IFSCOPE_NONE) { in rtm_scrub()
777 SIN6IFSCOPE(ss)->sin6_scope_id = IFSCOPE_NONE; in rtm_scrub()
849 (SIN6IFSCOPE(rt_key(rt))->sin6_scope_id == ma->ifscope); in rn_match_ifscope()
4386 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id != IFSCOPE_NONE) { in rt_str6()
4390 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id); in rt_str6()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.h227 #define SIN6IFSCOPE(s) SIN6(s) macro