Searched refs:in_pcbbind (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 385 error = in_pcbbind(inp, nam, td->td_ucred); in tcp_usr_bind() 446 error = in_pcbbind(inp, (struct sockaddr *)&sin, in tcp6_usr_bind() 490 error = in_pcbbind(inp, (struct sockaddr *)0, td->td_ucred); in tcp_usr_listen() 1604 error = in_pcbbind(inp, (struct sockaddr *)0, td->td_ucred); in tcp_connect()
|
| H A D | ip_divert.c | 626 error = in_pcbbind(inp, nam, td->td_ucred); in div_bind()
|
| H A D | in_pcb.h | 833 int in_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);
|
| H A D | udp_usrreq.c | 1628 error = in_pcbbind(inp, nam, td->td_ucred); in udp_bind()
|
| H A D | in_pcb.c | 650 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) in in_pcbbind() function
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 833 int in_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | udp6_usrreq.c | 1113 error = in_pcbbind(inp, (struct sockaddr *)&sin, in udp6_bind()
|