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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 69 void SetRelayToken(const std::string& relay) { relay_token_ = relay; }
104 const std::string& relay,
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...]
basicportallocator.h 192 // Adds another relay server, with the given ports and modifier, to the list.
197 // Determines whether the given relay server supports the given protocol.
198 static bool SupportsProtocol(const PortConfiguration::RelayServer& relay,
  /external/qemu/slirp/
misc.h 82 void relay _P((int));
misc.c 490 relay(s)
509 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
  /external/qemu/slirp-android/
misc.h 78 void relay _P((int));
misc.c 454 relay(s)
473 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
  /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
  /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/base/
file_util_proxy.cc 725 scoped_refptr<MessageLoopRelay> relay) {
726 return relay->Start(message_loop_proxy, from_here);
  /external/blktrace/doc/
blktrace.tex 342 through the debug file system (relay). Each device being traced has
393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline
739 supplies block IO layer state transition data via the relay
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
ip-cref.tex 473 about the address of broadcast relay or about the address of the ARP server.
    [all...]

Completed in 430 milliseconds