Searched refs:in6_pcbconnect (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_pcb.h | 87 int in6_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.h | 87 int in6_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);
|
| H A D | in6_pcb.c | 492 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) in in6_pcbconnect() function
|
| H A D | udp6_usrreq.c | 1244 error = in6_pcbconnect(inp, nam, td->td_ucred); in udp6_connect()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 1725 error = in6_pcbconnect(inp, nam, td->td_ucred); in tcp6_connect()
|