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

  /external/qemu/android/
sockets.c 1326 socket_in_server( int address, int port, SocketType type ) function
1355 return socket_in_server( SOCK_ADDRESS_INET_LOOPBACK, port, type );
1383 return socket_in_server( SOCK_ADDRESS_INET_ANY, port, type );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1298 socket_in_server( int address, int port, SocketType type ) function
1327 return socket_in_server( SOCK_ADDRESS_INET_LOOPBACK, port, type );
1355 return socket_in_server( SOCK_ADDRESS_INET_ANY, port, type );
    [all...]

Completed in 174 milliseconds