Home
last modified time | relevance | path

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

/external/qemu/
Dsockets.h154 } SocketType; typedef
309 int socket_create( SocketFamily family, SocketType type );
314 int socket_create_inet( SocketType type );
320 int socket_create_in6 ( SocketType type );
327 int socket_create_unix( SocketType type );
331 SocketType socket_get_type(int fd);
389 int socket_loopback_server( int port, SocketType type );
392 int socket_loopback_client( int port, SocketType type );
396 int socket_unix_server( const char* name, SocketType type );
401 int socket_unix_client( const char* name, SocketType type );
[all …]
Dsockets.c205 socket_type_to_bsd( SocketType type ) in socket_type_to_bsd()
214 static SocketType
220 default: return (SocketType) SOCKET_UNSPEC; in socket_type_from_bsd()
226 socket_type_check( SocketType type )
897 socket_create( SocketFamily family, SocketType type ) in socket_create()
916 socket_create_inet( SocketType type ) in socket_create_inet()
923 socket_create_in6 ( SocketType type ) in socket_create_in6()
931 socket_create_unix( SocketType type ) in socket_create_unix()
1109 SocketType socket_get_type(int fd) in socket_get_type()
1275 socket_bind_server( int s, const SockAddress* to, SocketType type ) in socket_bind_server()
[all …]
Dnet-android.c1868 SocketType so_type = socket_get_type(fd); in net_socket_fd_init()
/external/chromium_org/base/
Dsync_socket_unittest.cc81 template <class SocketType>
83 SocketType socket_a, socket_b; in NormalSendReceivePeek()
84 ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b)); in NormalSendReceivePeek()
88 template <class SocketType>
90 SocketType socket_a, socket_b; in ClonedSendReceivePeek()
91 ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b)); in ClonedSendReceivePeek()
94 SocketType socket_c(socket_a.handle()), socket_d(socket_b.handle()); in ClonedSendReceivePeek()
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.h55 enum SocketType { enum
62 SocketType socket_type_;
/external/chromium_org/chrome/browser/extensions/api/socket/
Dsocket.h42 enum SocketType { enum
84 virtual SocketType GetSocketType() const = 0;
Dudp_socket.h40 virtual Socket::SocketType GetSocketType() const OVERRIDE;
Dsocket_api.h150 enum SocketType { enum
157 SocketType socket_type_;
Dtcp_socket.h56 virtual Socket::SocketType GetSocketType() const OVERRIDE;
Dudp_socket.cc217 Socket::SocketType UDPSocket::GetSocketType() const { in GetSocketType()
Dtcp_socket.cc260 Socket::SocketType TCPSocket::GetSocketType() const { in GetSocketType()
/external/qemu/proxy/
Dproxy_common.h66 SocketType sock_type,
Dproxy_int.h188 SocketType socket_type,
Dproxy_http.c33 SocketType sock_type, in http_service_connect()
Dproxy_common.c80 SocketType type = socket_get_type(socket); in proxy_connection_init()
330 SocketType sock_type, in proxy_manager_add()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h72 enum SocketType { ST_RTP, ST_RTCP }; enum
75 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
Dchannel.h158 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
Dchannel.cc217 int BaseChannel::SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
/external/chromium_org/chrome/common/extensions/api/
Dsocket.idl8 enum SocketType {
69 SocketType socketType;
139 static void create(SocketType type,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakenetworkinterface.h182 virtual int SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
Dmediachannel.h490 enum SocketType { ST_RTP, ST_RTCP }; enum
497 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
554 int SetOption(NetworkInterface::SocketType type, in SetOption()
Dfilemediaengine_unittest.cc80 virtual int SetOption(MediaChannel::NetworkInterface::SocketType type, in SetOption()
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine_unittest.cc100 virtual int SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.h264 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
Dchannel.cc588 int BaseChannel::SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()