Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.h845 extern int in_pcbconnect(struct inpcb *, struct sockaddr *, struct proc *,
H A Dudp_usrreq.c1785 error = in_pcbconnect(inp, addr, p, ipoa.ipoa_boundif, in udp_output()
2354 error = in_pcbconnect(inp, nam, p, IFSCOPE_NONE, NULL); in udp_connect()
H A Din_pcb.c1871 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p, in in_pcbconnect() function
H A Dtcp_input.c3545 if (in_pcbconnect(inp, SA(sin), kernel_proc, IFSCOPE_NONE, NULL)) { in tcp_input()
/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_usrreq.c963 error = in_pcbconnect(inp, SA(&sin), p, IFSCOPE_NONE, NULL); in udp6_connect()