Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h661 int in_pcbbind(struct inpcb *, struct sockaddr_in *, struct ucred *);
H A Dtcp_usrreq.c265 error = in_pcbbind(inp, sinp, td->td_ucred); in tcp_usr_bind()
333 error = in_pcbbind(inp, &sin, td->td_ucred); in tcp6_usr_bind()
379 error = in_pcbbind(inp, NULL, td->td_ucred); in tcp_usr_listen()
H A Dudp_usrreq.c1595 error = in_pcbbind(inp, sinp, td->td_ucred); in udp_bind()
H A Din_pcb.c677 in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, struct ucred *cred) in in_pcbbind() function
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c1061 error = in_pcbbind(inp, &sin, td->td_ucred); in udp6_bind()