Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.h851 extern int in_pcbconnect(struct inpcb *, struct sockaddr *, struct proc *,
H A Dudp_usrreq.c1815 error = in_pcbconnect(inp, addr, p, ipoa.ipoa_boundif, in udp_output()
2404 error = in_pcbconnect(inp, nam, p, IFSCOPE_NONE, NULL); in udp_connect()
H A Din_pcb.c1867 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p, in in_pcbconnect() function
H A Dtcp_input.c3598 if ((error = in_pcbconnect(inp, SA(sin), kernel_proc, IFSCOPE_NONE, NULL)) != 0) { in tcp_input()
/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_usrreq.c978 error = in_pcbconnect(inp, SA(&sin), p, IFSCOPE_NONE, NULL); in udp6_connect()