in_pcbbind
int in_pcbbind(struct inpcb *, struct sockaddr_in *, int, struct ucred *);
error = in_pcbbind(inp, sinp, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB,
error = in_pcbbind(inp, &sin, 0, td->td_ucred);
error = in_pcbbind(inp, NULL,
error = in_pcbbind(inp, &wild, V_udp_bind_all_fibs ?
error = in_pcbbind(inp, sinp, V_udp_bind_all_fibs ? 0 : INPBIND_FIB,
error = in_pcbbind(inp, &sin,