/external/qemu/ |
D | sockets.h | 154 } 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 …]
|
D | sockets.c | 205 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 …]
|
D | net-android.c | 1868 SocketType so_type = socket_get_type(fd); in net_socket_fd_init()
|
/external/chromium_org/base/ |
D | sync_socket_unittest.cc | 81 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/ |
D | bluetooth_socket_chromeos.h | 55 enum SocketType { enum 62 SocketType socket_type_;
|
/external/chromium_org/chrome/browser/extensions/api/socket/ |
D | socket.h | 42 enum SocketType { enum 84 virtual SocketType GetSocketType() const = 0;
|
D | udp_socket.h | 40 virtual Socket::SocketType GetSocketType() const OVERRIDE;
|
D | socket_api.h | 150 enum SocketType { enum 157 SocketType socket_type_;
|
D | tcp_socket.h | 56 virtual Socket::SocketType GetSocketType() const OVERRIDE;
|
D | udp_socket.cc | 217 Socket::SocketType UDPSocket::GetSocketType() const { in GetSocketType()
|
D | tcp_socket.cc | 260 Socket::SocketType TCPSocket::GetSocketType() const { in GetSocketType()
|
/external/qemu/proxy/ |
D | proxy_common.h | 66 SocketType sock_type,
|
D | proxy_int.h | 188 SocketType socket_type,
|
D | proxy_http.c | 33 SocketType sock_type, in http_service_connect()
|
D | proxy_common.c | 80 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/ |
D | mediachannel.h | 72 enum SocketType { ST_RTP, ST_RTCP }; enum 75 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
|
D | channel.h | 158 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
|
D | channel.cc | 217 int BaseChannel::SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
|
/external/chromium_org/chrome/common/extensions/api/ |
D | socket.idl | 8 enum SocketType { 69 SocketType socketType; 139 static void create(SocketType type,
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakenetworkinterface.h | 182 virtual int SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
|
D | mediachannel.h | 490 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()
|
D | filemediaengine_unittest.cc | 80 virtual int SetOption(MediaChannel::NetworkInterface::SocketType type, in SetOption()
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 100 virtual int SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.h | 264 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
|
D | channel.cc | 588 int BaseChannel::SetOption(SocketType type, talk_base::Socket::Option opt, in SetOption()
|