Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.c503 SINIFSCOPE(sa)->sin_scope_id = ifscope; in sin_set_ifscope()
527 return SINIFSCOPE(sa)->sin_scope_id; in sin_get_ifscope()
660 SINIFSCOPE(dst)->sin_scope_id = ifscope; in ma_copy()
661 SINIFSCOPE(dst)->sin_len = in ma_copy()
663 sizeof(SINIFSCOPE(dst)->sin_scope_id); in ma_copy()
735 SINIFSCOPE(sa)->sin_scope_id != IFSCOPE_NONE) { in rtm_scrub()
775 SINIFSCOPE(ss)->sin_scope_id = IFSCOPE_NONE; in rtm_scrub()
848 (SINIFSCOPE(rt_key(rt))->sin_scope_id == ma->ifscope) : in rn_match_ifscope()
4355 SINIFSCOPE(rt_key(rt))->sin_scope_id != IFSCOPE_NONE) { in rt_str4()
4359 SINIFSCOPE(rt_key(rt))->sin_scope_id); in rt_str4()
/xnu-8019.80.24/bsd/netinet/
H A Din.h930 #define SINIFSCOPE(s) ((struct sockaddr_inifscope *)(void *)(s)) macro