Home
last modified time | relevance | path

Searched refs:in6_selectsrc (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_pcb.h123 struct in6_addr *in6_selectsrc (struct sockaddr_in6 *,
H A Dudp6_output.c184 laddr = in6_selectsrc(sin6, in6p->in6p_outputopts, in udp6_output()
H A Draw_ip6.c373 if ((in6a = in6_selectsrc(dstsock, optp, in6p->in6p_moptions, in rip6_output()
688 in6a = in6_selectsrc(addr, inp->in6p_outputopts, in rip6_connect()
H A Din6_src.c120 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc() function
H A Din6_pcb.c307 *plocal_addr6 = in6_selectsrc(sin6, inp->in6p_outputopts, in in6_pcbladdr()
H A Dicmp6.c2065 src = in6_selectsrc(&sa6_src, NULL, NULL, &ro, NULL, &e, NULL); in icmp6_reflect()