Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_usrreq.c133 static int tcp6_connect(struct tcpcb *, struct sockaddr *, struct proc *);
608 if ((error = tcp6_connect(tp, nam, p)) != 0) { in tcp_usr_connect_common()
1616 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct proc *p) in tcp6_connect() function