Searched refs:tcp_fconnect (Results 1 - 6 of 6) sorted by relevance

/external/qemu/slirp-android/
H A Dslirp.h258 int tcp_fconnect _P((struct socket *));
H A Dtcp_subr.c413 int tcp_fconnect(struct socket *so) function
422 DEBUG_CALL("tcp_fconnect");
551 "Warning: tcp_fconnect: could not get socket name\n");
1131 /* tcp_fconnect(so); */
H A Dtcp_input.c668 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
676 if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) &&
/external/qemu/slirp/
H A Dslirp.h307 int tcp_fconnect _P((struct socket *));
H A Dtcp_subr.c369 int tcp_fconnect(struct socket *so) function
373 DEBUG_CALL("tcp_fconnect");
1277 /* tcp_fconnect(so); */
H A Dtcp_input.c663 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
671 if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) && (errno != EWOULDBLOCK)) {

Completed in 117 milliseconds