Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_private.h109 #define sin_scope_id un._in_index.ifscope macro
/xnu-10063.101.15/bsd/net/
H A Droute.c501 SINIFSCOPE(sa)->sin_scope_id = ifscope; in sin_set_ifscope()
525 return SINIFSCOPE(sa)->sin_scope_id; in sin_get_ifscope()
658 SINIFSCOPE(dst)->sin_scope_id = ifscope; in ma_copy()
660 offsetof(struct sockaddr_inifscope, sin_scope_id) + in ma_copy()
661 sizeof(SINIFSCOPE(dst)->sin_scope_id); in ma_copy()
734 SINIFSCOPE(sa)->sin_scope_id != IFSCOPE_NONE) { in rtm_scrub()
774 SINIFSCOPE(ss)->sin_scope_id = IFSCOPE_NONE; in rtm_scrub()
847 (SINIFSCOPE(rt_key(rt))->sin_scope_id == ma->ifscope) : in rn_match_ifscope()
4353 SINIFSCOPE(rt_key(rt))->sin_scope_id != IFSCOPE_NONE) { in rt_str4()
4357 SINIFSCOPE(rt_key(rt))->sin_scope_id); in rt_str4()