Home
last modified time | relevance | path

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

/openbsd/regress/sys/netinet/
H A DMakefile7 SUBDIR += in_pcbbind ipsec
/openbsd/sys/netinet6/
H A Dudp6_output.c157 error = in_pcbbind(inp, NULL, p); in udp6_output()
/openbsd/sys/netinet/
H A Din_pcb.h308 int in_pcbbind(struct inpcb *, struct mbuf *, struct proc *);
H A Dip_divert.c307 return in_pcbbind(inp, addr, p); in divert_bind()
H A Dudp_usrreq.c1022 error = in_pcbbind(inp, NULL, curproc); in udp_output()
1149 return in_pcbbind(inp, addr, p); in udp_bind()
H A Dtcp_usrreq.c576 error = in_pcbbind(inp, nam, p); in tcp_bind()
605 if ((error = in_pcbbind(inp, NULL, curproc))) in tcp_listen()
H A Din_pcb.c350 in_pcbbind(struct inpcb *inp, struct mbuf *nam, struct proc *p) in in_pcbbind() function