HomeSort by relevance Sort by last modified time
    Searched defs:relay (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/base/threading/
post_task_and_reply_impl.cc 15 // This relay class remembers the MessageLoop that it was created on, and
77 PostTaskAndReplyRelay* relay = local
80 Unretained(relay)))) {
81 delete relay;
  /external/chromium_org/remoting/jingle_glue/
jingle_info_request.cc 68 const buzz::XmlElement* relay = query->FirstNamed(buzz::QN_JINGLE_INFO_RELAY); local
69 if (relay) {
70 relay_token = relay->TextNamed(buzz::QN_JINGLE_INFO_TOKEN);
72 relay->FirstNamed(buzz::QN_JINGLE_INFO_SERVER);
  /external/chromium_org/cc/output/
copy_output_request.h 38 scoped_ptr<CopyOutputRequest> relay = CreateRequest(result_callback); local
39 relay->force_bitmap_result_ = original_request.force_bitmap_result_;
40 relay->has_area_ = original_request.has_area_;
41 relay->area_ = original_request.area_;
42 return relay.Pass();
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jingleinfotask.cc 90 // only respect relay push from the server
124 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY); local
125 if (relay) {
126 relay_token = relay->TextNamed(QN_JINGLE_INFO_TOKEN);
127 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER);
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 35 // URL used to create a relay session.
38 // Number of times we will try to request relay session.
41 // Manimum relay server size we would try to parse.
47 LOG(ERROR) << "Received invalid port number from relay server: " << string;
161 LOG(ERROR) << "Relay session request failed.";
168 // Resolve Stun and Relay server addresses.
220 // Copy relay configuration from alloctor and keeping it in a map.
221 RelayServer relay; local
222 relay.config = allocator_->config_.relays[i];
223 relay.relay_address_request = relay_request
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 272 LOG(LS_ERROR) << " relay address with bad protocol added";
280 LOG(LS_ERROR) << " got relay address for non-existing nic";
316 LOG(LS_ERROR) << "Relay address error.";
358 PortConfiguration::RelayList::const_iterator relay; local
362 LOG(LS_ERROR) << "Machine has no networks; no relay ports created.";
365 for (relay = config->relays.begin();
366 relay != config->relays.end(); ++relay) {
382 for (relay_port = relay->ports.begin();
383 relay_port != relay->ports.end()
    [all...]
basicportallocator.cc 424 // No relay ports specified in this config.
762 // NOTE: This will even skip a _different_ set of relay servers if we
765 // single relay server in each one.
789 "Udp", "Relay", "Tcp", "SslTcp"
949 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping.";
953 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
954 // ought to have a relay list for them here.
958 << "AllocationSequence: No relay server configured, skipping.";
962 PortConfiguration::RelayList::const_iterator relay; local
963 for (relay = config_->relays.begin()
    [all...]
  /external/dnsmasq/src/
dhcp.c 22 struct in_addr relay, primary; member in struct:iface_param
237 parm.relay = mess->giaddr;
269 /* Send to BOOTP relay */
358 of each interface (and any relay address) and does the following things:
362 3) Fills in local (this host) and router (this host or relay) addresses.
413 else if (param->relay.s_addr && is_same_net(param->relay, context->start, context->netmask))
415 context->router = param->relay;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 199 // If we are configured with an HTTP proxy, the best bet is to use the relay
358 // No relay ports specified in this config.
572 // NOTE: This will even skip a _different_ set of relay servers if we
575 // single relay server in each one.
599 "Udp", "Relay", "Tcp", "SslTcp"
718 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping.";
722 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
723 // ought to have a relay list for them here.
727 << "AllocationSequence: No relay server configured, skipping.";
731 PortConfiguration::RelayList::const_iterator relay; local
774 RelayServer relay; local
    [all...]
  /external/kernel-headers/original/linux/
if_pppox.h 163 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt
211 #define pppoe_relay proto.pppoe.relay

Completed in 474 milliseconds