Home
last modified time | relevance | path

Searched refs:SocketType (Results 1 – 9 of 9) sorted by relevance

/external/qemu/
Dsockets.h151 } 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 …]
Dsockets.c201 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 …]
Dqemu_socket.h11 SocketType socktype, int port_offset);
12 int inet_connect(const char *str, SocketType socktype);
Dqemu-sockets-android.c43 SocketType socktype, int port_offset) in inet_listen()
178 int inet_connect(const char *str, SocketType socktype) in inet_connect()
Dnet-android.c1826 SocketType so_type = socket_get_type(fd); in net_socket_fd_init()
/external/qemu/proxy/
Dproxy_common.h66 SocketType sock_type,
Dproxy_int.h188 SocketType socket_type,
Dproxy_common.c79 SocketType type = socket_get_type(socket); in proxy_connection_init()
329 SocketType sock_type, in proxy_manager_add()
Dproxy_http.c33 SocketType sock_type, in http_service_connect()