Searched refs:in6_selectsrc (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c208 in6 = in6_selectsrc(dstsin6, NULL, NULL, &ro, NULL, &storage,
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h514 extern struct in6_addr *in6_selectsrc(struct sockaddr_in6 *,
H A Dudp6_output.c222 * we get rid of such kind of logic, and call in6_selectsrc
273 laddr = in6_selectsrc(sin6, optp,
H A Draw_ip6.c470 } else if ((in6a = in6_selectsrc(dstsock, optp, in6p,
881 in6a = in6_selectsrc(addr, inp->in6p_outputopts, inp, &inp->in6p_route,
H A Dnd6_nbr.c700 src = in6_selectsrc(&dst_sa, NULL,
1362 src = in6_selectsrc(&dst_sa, NULL, NULL, &ro, NULL, &src_storage,
H A Din6_pcb.c433 * XXX: in6_selectsrc might replace the bound local address
437 * in6_selectsrc() might return outif with its reference held
441 addr6 = in6_selectsrc(sin6, inp->in6p_outputopts, inp,
447 * If in6_selectsrc() returns a route, it should be one
H A Din6_src.c201 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, function
H A Dicmp6.c2306 * in6_selectsrc() might return outif with its reference held
2310 src = in6_selectsrc(&sin6, NULL, NULL, &ro, &outif,

Completed in 35 milliseconds