Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dsockaddr_utils.h515 #if defined(SIN6IFSCOPE)
516 #undef SIN6IFSCOPE
518 #define SIN6IFSCOPE(s) SIN6(s) macro
H A Droute.c572 SIN6IFSCOPE(sa)->sin6_scope_id = ifscope; in sin6_set_ifscope()
596 return SIN6IFSCOPE(sa)->sin6_scope_id; in sin6_get_ifscope()
722 SIN6IFSCOPE(dst)->sin6_scope_id = ifscope; in ma_copy()
723 SIN6IFSCOPE(dst)->sin6_len = in ma_copy()
725 sizeof(SIN6IFSCOPE(dst)->sin6_scope_id); in ma_copy()
796 SIN6IFSCOPE(sa)->sin6_scope_id != IFSCOPE_NONE) { in rtm_scrub()
835 SIN6IFSCOPE(ss)->sin6_scope_id = IFSCOPE_NONE; in rtm_scrub()
907 (SIN6IFSCOPE(rt_key(rt))->sin6_scope_id == ma->ifscope); in rn_match_ifscope()
4500 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id != IFSCOPE_NONE) { in rt_str6()
4504 SIN6IFSCOPE(rt_key(rt))->sin6_scope_id); in rt_str6()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_private.h127 #define SIN6IFSCOPE(s) SIN6(s) macro