OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relay
(Results
1 - 3
of
3
) sorted by null
/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 1203 milliseconds