HomeSort by relevance Sort by last modified time
    Searched refs:tcp_fconnect (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp-android/
slirp.h 257 int tcp_fconnect _P((struct socket *));
tcp_subr.c 413 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); */
tcp_input.c 668 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
676 if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) &&
    [all...]
  /external/qemu/slirp/
slirp.h 307 int tcp_fconnect _P((struct socket *));
tcp_subr.c 369 int tcp_fconnect(struct socket *so) function
373 DEBUG_CALL("tcp_fconnect");
    [all...]
tcp_input.c 663 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
671 if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) && (errno != EWOULDBLOCK)) {
    [all...]

Completed in 50 milliseconds