Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet6/
H A Din6_pcb.h121 int in6_pcbsetport(struct in6_addr *, struct inpcb *, struct ucred *);
/f-stack/freebsd/netinet6/
H A Din6_pcb.h121 int in6_pcbsetport(struct in6_addr *, struct inpcb *, struct ucred *);
H A Din6_src.c937 in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) in in6_pcbsetport() function
H A Din6_pcb.c320 if ((error = in6_pcbsetport(&inp->in6p_laddr, inp, cred)) != 0) { in in6_pcbbind()
H A Dudp6_usrreq.c868 error = in6_pcbsetport(laddr, inp, td->td_ucred); in udp6_output()