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

  /external/qemu/slirp/
socket.h 40 u_char so_type; /* Type of socket, UDP or TCP */ member in struct:socket
  /external/qemu/slirp-android/
socket.h 41 u_char so_type; /* Type of socket, UDP or TCP */ member in struct:socket
  /external/qemu/
sockets.c 1111 int so_type = socket_getoption(fd, SOL_SOCKET, SO_TYPE, -1); local
1112 return socket_type_from_bsd(so_type);
    [all...]
net.c 1751 int so_type=-1, optlen=sizeof(so_type); local
    [all...]
net-android.c 1868 SocketType so_type = socket_get_type(fd); local
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1115 int so_type = socket_getoption(fd, SOL_SOCKET, SO_TYPE, -1); local
1116 return socket_type_from_bsd(so_type);
    [all...]

Completed in 230 milliseconds