Searched refs:in_pcbbind_locked (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/netinet/ |
H A D | in_pcb.h | 306 int in_pcbbind_locked(struct inpcb *, struct mbuf *, const void *,
|
H A D | in_pcb.c | 275 in_pcbbind_locked(struct inpcb *inp, struct mbuf *nam, const void *laddr, in in_pcbbind_locked() function 357 error = in_pcbbind_locked(inp, nam, &zeroin46_addr, p); in in_pcbbind() 540 error = in_pcbbind_locked(inp, NULL, &ina, curproc); in in_pcbconnect()
|
/openbsd/sys/netinet6/ |
H A D | in6_pcb.c | 316 error = in_pcbbind_locked(inp, NULL, in6a, curproc); in in6_pcbconnect()
|