Home
last modified time | relevance | path

Searched refs:tcp_connect (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/libsyscall/mach/servers/
H A Dls_defs.h137 int tcp_connect; member
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_usrreq.c132 static int tcp_connect(struct tcpcb *, struct sockaddr *, struct proc *);
522 if ((error = tcp_connect(tp, nam, p)) != 0) { in tcp_usr_connect_common()
578 if ((error = tcp_connect(tp, SA(&sin), p)) != 0) { in tcp_usr_connect_common()
1483 tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct proc *p) in tcp_connect() function