Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h499 int in_pcbbind (struct inpcb *, struct sockaddr *, struct thread *);
H A Dudp_usrreq.c920 error = in_pcbbind(inp, NULL, td); in udp_send()
1501 error = in_pcbbind(inp, nam, td); in udp_bind()
1569 error = in_pcbbind(inp, NULL, td); in udp_connect()
H A Dip_divert.c476 error = in_pcbbind(so->so_pcb, nam, msg->bind.nm_td); in div_bind()
H A Dtcp_usrreq.c380 error = in_pcbbind(inp, nam, td); in tcp_usr_bind()
485 error = in_pcbbind(inp, NULL, td); in tcp_usr_listen()
H A Din_pcb.c621 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct thread *td) in in_pcbbind() function
1181 error = in_pcbbind(inp, NULL, td); in in_pcbconnect()