HomeSort by: relevance | last modified time | path
    Searched refs:in6_selectsrc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 367 int in6_selectsrc(struct sockaddr_in6 *, struct ip6_pktopts *,
raw_ip6.c 440 error = in6_selectsrc(dstsock, optp, in6p_moptions(inp),
743 error = in6_selectsrc(addr, in6p_outputopts(inp),
nd6_nbr.c 502 error = in6_selectsrc(&dst_sa, NULL,
980 error = in6_selectsrc(satosin6(dst), NULL, NULL, &ro, NULL, NULL, NULL,
in6_pcb.c 475 * XXX: in6_selectsrc might replace the bound local address
479 error = in6_selectsrc(sin6, in6p_outputopts(inp),
in6_src.c 465 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, function
udp6_usrreq.c 803 * in6_selectsrc and in6pcb_set_port to fill in the local
856 error = in6_selectsrc(sin6, optp,
icmp6.c 2171 e = in6_selectsrc(&sin6, NULL, NULL, &ro, NULL, NULL, NULL,

Completed in 38 milliseconds