Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h508 sctp_inpcb_bind(struct socket *, struct sockaddr *,
H A Dsctp_usrreq.c504 return (sctp_inpcb_bind(so, addr, NULL, p)); in sctp_bind()
1411 error = sctp_inpcb_bind(so, NULL, NULL, p); in sctp_do_connect_x()
7020 error = sctp_inpcb_bind(so, NULL, NULL, p);
H A Dsctp_pcb.c3111 sctp_inpcb_bind(struct socket *so, struct sockaddr *addr, in sctp_inpcb_bind() function
H A Dsctputil.c6855 *error = sctp_inpcb_bind(so, addr_to_use, NULL, p); in sctp_bindx_add_address()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c545 error = sctp_inpcb_bind(so, (struct sockaddr *)&sin, NULL, p); in sctp6_bind()
577 error = sctp_inpcb_bind(so, addr, NULL, p); in sctp6_bind()