Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Din6_private.h127 #define SIN6IFSCOPE(s) SIN6(s) macro
/xnu-10002.1.13/bsd/net/
H A Droute.c511 SIN6IFSCOPE(sa)->sin6_scope_id = ifscope; in sin6_set_ifscope()
535 return SIN6IFSCOPE(sa)->sin6_scope_id; in sin6_get_ifscope()
661 SIN6IFSCOPE(dst)->sin6_scope_id = ifscope; in ma_copy()
662 SIN6IFSCOPE(dst)->sin6_len = in ma_copy()
664 sizeof(SIN6IFSCOPE(dst)->sin6_scope_id); in ma_copy()
734 SIN6IFSCOPE(sa)->sin6_scope_id != IFSCOPE_NONE) { in rtm_scrub()
773 SIN6IFSCOPE(ss)->sin6_scope_id = IFSCOPE_NONE; in rtm_scrub()
845 (SIN6IFSCOPE(rt_key(rt))->sin6_scope_id == ma->ifscope); in rn_match_ifscope()
4408 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id != IFSCOPE_NONE) { in rt_str6()
4412 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id); in rt_str6()