Home
last modified time | relevance | path

Searched defs:so_type (Results 1 – 5 of 5) sorted by relevance

/external/qemu/slirp/
Dsocket.h40 u_char so_type; /* Type of socket, UDP or TCP */ member
/external/qemu/slirp-android/
Dsocket.h41 u_char so_type; /* Type of socket, UDP or TCP */ member
/external/qemu/
Dsockets.c1111 int so_type = socket_getoption(fd, SOL_SOCKET, SO_TYPE, -1); in socket_get_type() local
Dnet.c1751 int so_type=-1, optlen=sizeof(so_type); in net_socket_fd_init() local
Dnet-android.c1868 SocketType so_type = socket_get_type(fd); in net_socket_fd_init() local