Searched refs:socket_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dservice_providers_win.h23 int socket_type; member in struct:WinsockLayeredServiceProvider
H A Dservice_providers_win.cc77 service_provider.socket_type = service_providers[i].iSocketType;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmodules_view.js96 return tryGetValueWithKey(SOCKET_TYPE, serviceProvider.socket_type);
/external/qemu/proxy/
H A Dproxy_int.h188 SocketType socket_type,
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.h58 // service is either RFCOMM or L2CAP depending on |socket_type| and published
60 // |socket_type|. |success_callback| will be called if the service is
66 SocketType socket_type,
H A Dbluetooth_socket_chromeos.cc119 SocketType socket_type,
141 switch (socket_type) {
117 Listen( scoped_refptr<BluetoothAdapter> adapter, SocketType socket_type, const BluetoothUUID& uuid, const BluetoothAdapter::ServiceOptions& service_options, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
/external/openssl/apps/
H A Ds_server.c955 int socket_type=SOCK_STREAM; local
1270 socket_type = SOCK_DGRAM;
1366 if (www && socket_type == SOCK_DGRAM)
1564 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
1637 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx2, 1);
1898 do_server(port,socket_type,&accept_socket,www_body, context);
1900 do_server(port,socket_type,&accept_socket,sv_body, context);
H A Ds_client.c596 int socket_type=SOCK_STREAM; local
832 socket_type=SOCK_DGRAM;
1177 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
1315 if (init_client(&s,host,port,socket_type) == 0)
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc369 int socket_type = SOCK_STREAM; local
371 socket_type = SOCK_SEQPACKET;
374 if (socketpair(AF_UNIX, socket_type, 0, fds) < 0) {
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket_api.cc626 info.socket_type = extensions::core_api::socket::SOCKET_TYPE_TCP;
628 info.socket_type = extensions::core_api::socket::SOCKET_TYPE_UDP;
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1371 service_dict->SetInteger("socket_type", layered_providers[i].socket_type);

Completed in 171 milliseconds