Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dsockaddr_utils.h475 #if defined(SINIFSCOPE)
476 #undef SINIFSCOPE
478 #define SINIFSCOPE(s) __SA_UTILS_CONV_TO_SOCKADDR_INIFSCOPE((s)) macro
H A Droute.c507 SINIFSCOPE(sa)->sin_scope_id = ifscope; in sin_set_ifscope()
531 return SINIFSCOPE(sa)->sin_scope_id; in sin_get_ifscope()
664 SINIFSCOPE(dst)->sin_scope_id = ifscope; in ma_copy()
665 SINIFSCOPE(dst)->sin_len = in ma_copy()
667 sizeof(SINIFSCOPE(dst)->sin_scope_id); in ma_copy()
740 SINIFSCOPE(sa)->sin_scope_id != IFSCOPE_NONE) { in rtm_scrub()
780 SINIFSCOPE(ss)->sin_scope_id = IFSCOPE_NONE; in rtm_scrub()
853 (SINIFSCOPE(rt_key(rt))->sin_scope_id == ma->ifscope) : in rn_match_ifscope()
4414 SINIFSCOPE(rt_key(rt))->sin_scope_id != IFSCOPE_NONE) { in rt_str4()
4418 SINIFSCOPE(rt_key(rt))->sin_scope_id); in rt_str4()
/xnu-11215/bsd/netinet/
H A Din_private.h316 #define SINIFSCOPE(s) ((struct sockaddr_inifscope *)(void *)(s)) macro