sctp_inpcb_bind
sctp_inpcb_bind(struct socket *, struct sockaddr *,
error = sctp_inpcb_bind(so, NULL, NULL, p);
return (sctp_inpcb_bind(so, addr, NULL, p));
error = sctp_inpcb_bind(so, NULL, NULL, p);
*error = sctp_inpcb_bind(so, addr_to_use, NULL, p);
error = sctp_inpcb_bind(so, (struct sockaddr *)&sin, NULL, p);
error = sctp_inpcb_bind(so, addr, NULL, p);