Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dsctp6_usrreq.c665 error = sctp_inpcb_bind(so, (struct sockaddr *)&sin, l); in sctp6_bind()
684 error = sctp_inpcb_bind(so, nam, l); in sctp6_bind()
/netbsd/sys/netinet/
H A Dsctp_pcb.h665 int sctp_inpcb_bind(struct socket *, struct sockaddr *, struct lwp *);
H A Dsctp_usrreq.c569 error = sctp_inpcb_bind(so, nam, l); in sctp_bind()
1265 error = sctp_inpcb_bind(so, NULL, l); in sctp_do_connect_x()
3155 error = sctp_inpcb_bind(so, addr_touse, curlwp); in sctp_optsset()
3360 error = sctp_inpcb_bind(so, NULL, l); in sctp_connect()
3595 if ((error = sctp_inpcb_bind(so, NULL, l))) { in sctp_listen()
H A Dsctp_pcb.c1613 sctp_inpcb_bind(struct socket *so, struct sockaddr *addr, struct lwp *l) in sctp_inpcb_bind() function
2713 if ((err = sctp_inpcb_bind(inp->sctp_socket, in sctp_aloc_assoc()