Home
last modified time | relevance | path

Searched refs:sctp_inpcb_bind (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h527 sctp_inpcb_bind(struct socket *, struct sockaddr *,
H A Dsctp_usrreq.c510 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 Dsctp_pcb.c2806 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 Dsctputil.c6798 *error = sctp_inpcb_bind(so, addr_to_use, NULL, p); in sctp_bindx_add_address()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c616 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()