Searched refs:sctp_inpcb_bind (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 527 sctp_inpcb_bind(struct socket *, struct sockaddr *,
|
| H A D | sctp_usrreq.c | 510 return (sctp_inpcb_bind(so, addr, NULL, p)); in sctp_bind() 1420 error = sctp_inpcb_bind(so, NULL, NULL, p); in sctp_do_connect_x() 7027 error = sctp_inpcb_bind(so, NULL, NULL, p); 7245 if ((error = sctp_inpcb_bind(so, NULL, NULL, p))) {
|
| H A D | sctp_pcb.c | 2806 sctp_inpcb_bind(struct socket *so, struct sockaddr *addr, in sctp_inpcb_bind() function 4291 if ((err = sctp_inpcb_bind(inp->sctp_socket, NULL, NULL, p))) { in sctp_aloc_assoc()
|
| H A D | sctputil.c | 6798 *error = sctp_inpcb_bind(so, addr_to_use, NULL, p); in sctp_bindx_add_address()
|
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 616 error = sctp_inpcb_bind(so, (struct sockaddr *)&sin, NULL, p); in sctp6_bind() 648 error = sctp_inpcb_bind(so, addr, NULL, p); in sctp6_bind()
|