in_pcb.c | 329 /* Always succeed; port reuse handled in inpcb_bind_port(). */ 367 inpcb_bind_port(struct inpcb *inp, struct sockaddr_in *sin, kauth_cred_t cred) function in typeref:typename:int 505 error = inpcb_bind_port(inp, sin, l->l_cred); 642 if ((error = inpcb_bind_port(inp, &lsin, l->l_cred)) != 0)
|