Searched refs:in_pcbbind (Results 1 – 7 of 7) sorted by relevance
/openbsd/regress/sys/netinet/ |
H A D | Makefile | 7 SUBDIR += in_pcbbind ipsec
|
/openbsd/sys/netinet6/ |
H A D | udp6_output.c | 157 error = in_pcbbind(inp, NULL, p); in udp6_output()
|
/openbsd/sys/netinet/ |
H A D | in_pcb.h | 308 int in_pcbbind(struct inpcb *, struct mbuf *, struct proc *);
|
H A D | ip_divert.c | 307 return in_pcbbind(inp, addr, p); in divert_bind()
|
H A D | udp_usrreq.c | 1022 error = in_pcbbind(inp, NULL, curproc); in udp_output() 1149 return in_pcbbind(inp, addr, p); in udp_bind()
|
H A D | tcp_usrreq.c | 576 error = in_pcbbind(inp, nam, p); in tcp_bind() 605 if ((error = in_pcbbind(inp, NULL, curproc))) in tcp_listen()
|
H A D | in_pcb.c | 350 in_pcbbind(struct inpcb *inp, struct mbuf *nam, struct proc *p) in in_pcbbind() function
|