Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Din_pcb.c367 inpcb_bind_port(struct inpcb *inp, struct sockaddr_in *sin, kauth_cred_t cred) in inpcb_bind_port() function
505 error = inpcb_bind_port(inp, sin, l->l_cred); in inpcb_bind()
642 if ((error = inpcb_bind_port(inp, &lsin, l->l_cred)) != 0) in inpcb_connect()