Home
last modified time | relevance | path

Searched refs:in6_pcbsetlport (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_pcb.h129 int in6_pcbsetlport (struct in6_addr *, struct inpcb *, struct thread *);
H A Dudp6_output.c194 if ((error = in6_pcbsetlport(laddr, in6p, td)) != 0) in udp6_output()
H A Din6_src.c409 in6_pcbsetlport(struct in6_addr *laddr, struct inpcb *inp, struct thread *td) in in6_pcbsetlport() function
H A Din6_pcb.c258 return in6_pcbsetlport(&inp->in6p_laddr, inp, td); in in6_pcbbind()