/external/libese/tools/ese_relay/ |
D | Android.bp | 18 name: "ese-relay-defaults", 41 name: "ese-relay-pn80t-nq-nci", 42 defaults: ["ese-relay-defaults"], 48 name: "ese-relay-pn80t-spidev", 49 defaults: ["ese-relay-defaults"], 55 name: "ese-relay-fake", 56 defaults: ["ese-relay-defaults"],
|
D | README.md | 3 ese-relay connects libese's functionality to a local abstract socket on 7 ese-relay uses the same wire protocol as the 32 * Build ese-relay configured for the hardware in use. 46 $ adb shell ese-relay-<hw> 47 $ adb forward tcp:4096 localabstract:ese-relay
|
/external/tcpdump/tests/ |
D | dhcpv6-mud.out | 1 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 2 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 3 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 4 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 5 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::…
|
D | dhcp6_reconf_asan.out | 2 …251.73.86.150.514 > 126.172.217.192.546: dhcp6 relay-reply (linkaddr=300:10ed:ff:f01:f:0:7f:7f pee…
|
/external/libchrome/base/threading/ |
D | post_task_and_reply_impl.cc | 83 PostTaskAndReplyRelay* relay = in PostTaskAndReply() local 90 ANNOTATE_LEAKING_OBJECT_PTR(relay); in PostTaskAndReply() 92 Unretained(relay)))) { in PostTaskAndReply() 93 delete relay; in PostTaskAndReply()
|
/external/libmojo/mojo/edk/system/ |
D | node_channel.cc | 193 MachPortRelay* relay = delegate_->GetMachPortRelay(); in Start() local 194 if (relay) in Start() 195 relay->AddObserver(this); in Start() 206 MachPortRelay* relay = delegate_->GetMachPortRelay(); in ShutDown() local 207 if (relay) in ShutDown() 208 relay->RemoveObserver(this); in ShutDown() 515 MachPortRelay* relay = delegate_->GetMachPortRelay(); in OnChannelMessage() local 516 if (handles && !relay) { in OnChannelMessage() 689 MachPortRelay* relay = delegate_->GetMachPortRelay(); in OnChannelMessage() local 690 if (!relay) { in OnChannelMessage() [all …]
|
D | node_controller.cc | 1279 MachPortRelay* relay = GetMachPortRelay(); in OnRelayPortsMessage() local 1280 if (!relay) { in OnRelayPortsMessage() 1285 if (!relay->ExtractPortRights(message.get(), from_process)) { in OnRelayPortsMessage()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | jingleinfotask.cc | 107 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY); in ProcessStart() local 108 if (relay) { in ProcessStart() 109 relay_token = relay->TextNamed(QN_JINGLE_INFO_TOKEN); in ProcessStart() 110 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER); in ProcessStart()
|
/external/webrtc/webrtc/p2p/client/ |
D | httpportallocator.h | 68 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } in SetRelayToken() argument 105 const std::string& relay,
|
D | basicportallocator.cc | 982 PortConfiguration::RelayList::const_iterator relay; in CreateRelayPorts() local 983 for (relay = config_->relays.begin(); in CreateRelayPorts() 984 relay != config_->relays.end(); ++relay) { in CreateRelayPorts() 985 if (relay->type == RELAY_GTURN) { in CreateRelayPorts() 986 CreateGturnPort(*relay); in CreateRelayPorts() 987 } else if (relay->type == RELAY_TURN) { in CreateRelayPorts() 988 CreateTurnPort(*relay); in CreateRelayPorts() 1162 const RelayServerConfig& relay, ProtocolType type) const { in SupportsProtocol() argument 1164 for (relay_port = relay.ports.begin(); in SupportsProtocol() 1165 relay_port != relay.ports.end(); in SupportsProtocol()
|
D | basicportallocator.h | 230 bool SupportsProtocol(const RelayServerConfig& relay,
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_threads.c | 120 void *relay(void *arg) in relay() function 175 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalBridge.java | 87 private Relay relay; field in TerminalBridge 297 relay = new Relay(this, transport, (vt320) buffer, encoding); in connect() 298 Thread relayThread = new Thread(relay); in connect() 311 if (relay != null) { in updateCharset() 312 relay.setCharset(encoding); in updateCharset()
|
/external/python/cpython2/Doc/library/ |
D | smtpd.rst | 61 chance to make you into an open relay, so please be careful. 73 running this has a good chance to make you into an open relay, so please be
|
/external/dnsmasq/src/ |
D | dhcp.c | 22 struct in_addr relay, primary; member 209 parm.relay = mess->giaddr; in dhcp_packet() 351 else if (param->relay.s_addr && is_same_net(param->relay, context->start, context->netmask)) in complete_context() 353 context->router = param->relay; in complete_context()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 104 const auto& relay = RELAY_PORT_TYPE; in GetIceCandidatePairCounter() local 125 if (l == host && r == relay) in GetIceCandidatePairCounter() 133 if (l == srflx && r == relay) in GetIceCandidatePairCounter() 137 if (l == relay && r == host) in GetIceCandidatePairCounter() 139 if (l == relay && r == srflx) in GetIceCandidatePairCounter() 141 if (l == relay && r == relay) in GetIceCandidatePairCounter() 143 if (l == relay && r == prflx) in GetIceCandidatePairCounter() 149 if (l == prflx && r == relay) in GetIceCandidatePairCounter()
|
/external/dnsmasq/ |
D | CHANGELOG | 17 a DHCP relay, if used. 20 Fix regression which broke echo of relay-agent 378 Fix problem matching relay-agent ids. Thanks to Michael 384 Implement RFC 5107 server-id-override DHCP relay agent
|
D | CHANGELOG.archive | 764 The DHCP server will now work via a BOOTP relay - remote 769 will enable DHCP service via a BOOTP relay on the 848 server cope with requests via a relay which is on a 1166 relay. This makes lease renewal for such hosts work 1553 which was not sent via a relay. 1750 Added minimal support for RFC 3046 DHCP relay agent-id 1752 relay, as required by the RFC. Also, RFC 3527 link selection 1781 DHCP requests and DHCP requests via a relay, instead of always 1889 Fix breakage with some DHCP relay implementations which 1893 the relay on port 68. Thanks to Daniel Hamlin and Alex [all …]
|
D | dnsmasq.conf.example | 139 # is needed for networks we reach the dnsmasq DHCP server via a relay 140 # agent. If you don't know what a DHCP relay agent is, you probably
|
/external/python/cpython3/Doc/library/ |
D | smtpd.rst | 142 chance to make you into an open relay, so please be careful. 154 running this has a good chance to make you into an open relay, so please be
|
/external/syslinux/doc/ |
D | pxechn.txt | 36 // Set 'gateway'/relay DHCP field to 'HOST'. Parsed by pxe_dns().
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 134 gdb does not speak directly with gdbserver in valgrind: a relay application 147 The relay process also takes into account the wake up of the valgrind 149 The relay process can also be used in a shell to send commands
|
/external/blktrace/doc/ |
D | 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
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 760 void set_force_relay(bool relay) { in set_force_relay() argument 761 force_relay_ = relay; in set_force_relay()
|
/external/toybox/toys/pending/ |
D | dhcpd.c | 854 static int send_packet6(uint8_t relay, uint8_t *client_lla, uint16_t optlen) in send_packet6() argument
|