Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Din_private.h318 #define SINIFSCOPE(s) ((struct sockaddr_inifscope *)(void *)(s)) macro
/xnu-8792.81.2/bsd/net/
H A Droute.c499 SINIFSCOPE(sa)->sin_scope_id = ifscope; in sin_set_ifscope()
523 return SINIFSCOPE(sa)->sin_scope_id; in sin_get_ifscope()
656 SINIFSCOPE(dst)->sin_scope_id = ifscope; in ma_copy()
657 SINIFSCOPE(dst)->sin_len = in ma_copy()
659 sizeof(SINIFSCOPE(dst)->sin_scope_id); in ma_copy()
731 SINIFSCOPE(sa)->sin_scope_id != IFSCOPE_NONE) { in rtm_scrub()
771 SINIFSCOPE(ss)->sin_scope_id = IFSCOPE_NONE; in rtm_scrub()
844 (SINIFSCOPE(rt_key(rt))->sin_scope_id == ma->ifscope) : in rn_match_ifscope()
4372 SINIFSCOPE(rt_key(rt))->sin_scope_id != IFSCOPE_NONE) { in rt_str4()
4376 SINIFSCOPE(rt_key(rt))->sin_scope_id); in rt_str4()