/external/qemu/slirp/ |
socket.h | 40 u_char so_type; /* Type of socket, UDP or TCP */ member in struct:socket
|
ip_icmp.c | 132 so->so_type = IPPROTO_ICMP;
|
slirp.c | 935 qemu_put_byte(f, so->so_type); 1042 so->so_type = qemu_get_byte(f);
|
socket.c | 452 if (so->so_type == IPPROTO_ICMP) { /* This is a "ping" reply */
|
/external/qemu/slirp-android/ |
socket.h | 41 u_char so_type; /* Type of socket, UDP or TCP */ member in struct:socket
|
ip_icmp.c | 136 so->so_type = IPPROTO_ICMP;
|
socket.c | 459 if (so->so_type == IPPROTO_ICMP) { /* This is a "ping" reply */
|
slirp.c | [all...] |
/external/qemu/ |
net.c | 1751 int so_type=-1, optlen=sizeof(so_type); local [all...] |
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-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...] |