Home
last modified time | relevance | path

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

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