Searched refs:sctp_inpcb_bind (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/netinet6/ |
H A D | sctp6_usrreq.c | 665 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 D | sctp_pcb.h | 665 int sctp_inpcb_bind(struct socket *, struct sockaddr *, struct lwp *);
|
H A D | sctp_usrreq.c | 569 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 D | sctp_pcb.c | 1613 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()
|