Searched refs:in6_pcbbind (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_pcb.h | 86 int in6_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.h | 86 int in6_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);
|
| H A D | in6_pcb.c | 118 in6_pcbbind(struct inpcb *inp, struct sockaddr *nam, in in6_pcbbind() function
|
| H A D | udp6_usrreq.c | 1120 error = in6_pcbbind(inp, nam, td->td_ucred); in udp6_bind()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 453 error = in6_pcbbind(inp, nam, td->td_ucred); in tcp6_usr_bind() 540 error = in6_pcbbind(inp, (struct sockaddr *)0, td->td_ucred); in tcp6_usr_listen() 1721 error = in6_pcbbind(inp, (struct sockaddr *)0, td->td_ucred); in tcp6_connect()
|