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

  /external/qemu/
sockets.c 1316 socket_in_server( int address, int port, SocketType type ) function
1345 return socket_in_server( SOCK_ADDRESS_INET_LOOPBACK, port, type );
1373 return socket_in_server( SOCK_ADDRESS_INET_ANY, port, type );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1302 socket_in_server( int address, int port, SocketType type ) function
1331 return socket_in_server( SOCK_ADDRESS_INET_LOOPBACK, port, type );
1359 return socket_in_server( SOCK_ADDRESS_INET_ANY, port, type );
    [all...]

Completed in 57 milliseconds