Searched refs:tcp_connect (Results 1 – 2 of 2) sorted by relevance
137 int tcp_connect; member
132 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