Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Droute.h643 extern unsigned int sin_get_ifscope(struct sockaddr *);
H A Droute.c521 sin_get_ifscope(struct sockaddr *sa) in sin_get_ifscope() function
630 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) : in sa_copy()
2183 sin_get_ifscope(rt_key(rt)) : in rtrequest_common_locked()
2714 ifscope = sin_get_ifscope(dst); in rt_setgate()
2869 sin_get_ifscope(rt_key(rt->rt_gwroute))); in rt_setgate()
/xnu-8020.101.4/bsd/netinet/
H A Din_rmx.c191 RTF_CLONING | RTF_PRCLONING, sin_get_ifscope(rt_key(rt))); in in_addroute()