Searched refs:SocketType (Results 1 – 9 of 9) sorted by relevance
/external/qemu/ |
D | sockets.h | 151 } SocketType; typedef 288 int socket_create( SocketFamily family, SocketType type ); 293 int socket_create_inet( SocketType type ); 299 int socket_create_in6 ( SocketType type ); 306 int socket_create_unix( SocketType type ); 310 SocketType socket_get_type(int fd); 368 int socket_loopback_server( int port, SocketType type ); 371 int socket_loopback_client( int port, SocketType type ); 375 int socket_unix_server( const char* name, SocketType type ); 380 int socket_unix_client( const char* name, SocketType type ); [all …]
|
D | sockets.c | 201 socket_type_to_bsd( SocketType type ) in socket_type_to_bsd() 210 static SocketType 216 default: return (SocketType) SOCKET_UNSPEC; in socket_type_from_bsd() 222 socket_type_check( SocketType type ) 870 socket_create( SocketFamily family, SocketType type ) in socket_create() 889 socket_create_inet( SocketType type ) in socket_create_inet() 896 socket_create_in6 ( SocketType type ) in socket_create_in6() 904 socket_create_unix( SocketType type ) in socket_create_unix() 1082 SocketType socket_get_type(int fd) in socket_get_type() 1248 socket_bind_server( int s, const SockAddress* to, SocketType type ) in socket_bind_server() [all …]
|
D | qemu_socket.h | 11 SocketType socktype, int port_offset); 12 int inet_connect(const char *str, SocketType socktype);
|
D | qemu-sockets-android.c | 43 SocketType socktype, int port_offset) in inet_listen() 178 int inet_connect(const char *str, SocketType socktype) in inet_connect()
|
D | net-android.c | 1826 SocketType so_type = socket_get_type(fd); in net_socket_fd_init()
|
/external/qemu/proxy/ |
D | proxy_common.h | 66 SocketType sock_type,
|
D | proxy_int.h | 188 SocketType socket_type,
|
D | proxy_common.c | 79 SocketType type = socket_get_type(socket); in proxy_connection_init() 329 SocketType sock_type, in proxy_manager_add()
|
D | proxy_http.c | 33 SocketType sock_type, in http_service_connect()
|