OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
/development/tools/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
...]
/external/qemu/
sockets.c
1110
int
so_type
= socket_getoption(fd, SOL_SOCKET,
SO_TYPE
, -1);
local
1111
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
...]
Completed in 202 milliseconds