Home
last modified time | relevance | path

Searched refs:ifa_foraddr6 (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Din6_src.c1130 ifa_foraddr6(&srcsock->sin6_addr); in selectroute()
1169 ifadst = (struct ifaddr *)ifa_foraddr6(&dstsock->sin6_addr); in selectroute()
1175 ifa = (struct ifaddr *)ifa_foraddr6(&srcsock->sin6_addr); in selectroute()
H A Dnd6_rtr.c385 (ia6 = ifa_foraddr6(&saddr6)) != NULL) { in nd6_ra_input()
/xnu-10063.141.1/bsd/net/
H A Dif_var_private.h1524 __private_extern__ struct in6_ifaddr *ifa_foraddr6(struct in6_addr *);
H A Dif.c954 ifa_foraddr6(struct in6_addr *addr6) in ifa_foraddr6() function
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_output.c836 ia6 = ifa_foraddr6(&inp->in6p_laddr); in tcp_output()