Searched refs:in6_pcbsetport (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_pcb.h | 121 int in6_pcbsetport(struct in6_addr *, struct inpcb *, struct ucred *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.h | 121 int in6_pcbsetport(struct in6_addr *, struct inpcb *, struct ucred *);
|
| H A D | in6_src.c | 937 in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) in in6_pcbsetport() function
|
| H A D | in6_pcb.c | 320 if ((error = in6_pcbsetport(&inp->in6p_laddr, inp, cred)) != 0) { in in6_pcbbind()
|
| H A D | udp6_usrreq.c | 868 error = in6_pcbsetport(laddr, inp, td->td_ucred); in udp6_output()
|