Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Droute.c514 SIN6IFSCOPE(sa)->sin6_scope_id = ifscope; in sin6_set_ifscope()
538 return SIN6IFSCOPE(sa)->sin6_scope_id; in sin6_get_ifscope()
664 SIN6IFSCOPE(dst)->sin6_scope_id = ifscope; in ma_copy()
665 SIN6IFSCOPE(dst)->sin6_len = in ma_copy()
667 sizeof(SIN6IFSCOPE(dst)->sin6_scope_id); in ma_copy()
737 SIN6IFSCOPE(sa)->sin6_scope_id != IFSCOPE_NONE) { in rtm_scrub()
776 SIN6IFSCOPE(ss)->sin6_scope_id = IFSCOPE_NONE; in rtm_scrub()
848 (SIN6IFSCOPE(rt_key(rt))->sin6_scope_id == ma->ifscope); in rn_match_ifscope()
4381 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id != IFSCOPE_NONE) { in rt_str6()
4385 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id); in rt_str6()
/xnu-8020.101.4/bsd/netinet6/
H A Din6.h227 #define SIN6IFSCOPE(s) SIN6(s) macro