HomeSort by relevance Sort by last modified time
    Searched defs:socket_network_client (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/
socket_network_client.c 1 /* libs/cutils/socket_network_client.c
39 int socket_network_client(const char *host, int port, int type) function
  /external/qemu/
sockets.c 1359 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1345 socket_network_client( const char* host, int port, SocketType type ) function
    [all...]
  /system/core/adb/
sysdeps_win32.c 662 int socket_network_client(const char *host, int port, int type) function
699 D( "socket_network_client: host '%s' port %d type %s => fd %d\n", host, port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );
    [all...]

Completed in 175 milliseconds