Searched refs:SINIFSCOPE (Results 1 – 2 of 2) sorted by relevance
502 SINIFSCOPE(sa)->sin_scope_id = ifscope; in sin_set_ifscope()526 return SINIFSCOPE(sa)->sin_scope_id; in sin_get_ifscope()659 SINIFSCOPE(dst)->sin_scope_id = ifscope; in ma_copy()660 SINIFSCOPE(dst)->sin_len = in ma_copy()662 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()4350 SINIFSCOPE(rt_key(rt))->sin_scope_id != IFSCOPE_NONE) { in rt_str4()4354 SINIFSCOPE(rt_key(rt))->sin_scope_id); in rt_str4()
930 #define SINIFSCOPE(s) ((struct sockaddr_inifscope *)(void *)(s)) macro