Home | History | Annotate | Download | only in adb

Lines Matching defs:socket_loopback_client

579 int socket_loopback_client(int port, int type)
598 D("socket_loopback_client: could not create socket\n" );
605 D("socket_loopback_client: could not connect to %s:%d\n", type != SOCK_STREAM ? "udp" : "tcp", port );
610 D( "socket_loopback_client: port %d type %s => fd %d\n", port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );