Home
last modified time | relevance | path

Searched refs:Router (Results 1 – 25 of 46) sorted by relevance

12

/external/tcpdump/tests/
Dospf3_bc-vv.out2 Router-ID 1.1.1.1, Area 0.0.0.1
3 Options [V6, External, Router]
7 Router-ID 1.1.1.1, Area 0.0.0.1
8 Options [V6, External, Router]
12 Router-ID 1.1.1.1, Area 0.0.0.1
13 Options [V6, External, Router]
17 Router-ID 1.1.1.1, Area 0.0.0.1
18 Options [V6, External, Router]
22 Router-ID 2.2.2.2, Area 0.0.0.1
23 Options [V6, External, Router]
[all …]
Dospf3_nbma-vv.out2 Router-ID 3.3.3.3, Backbone Area
3 Options [V6, External, Router]
5 Designated Router 3.3.3.3
8 Router-ID 3.3.3.3, Backbone Area
9 Options [V6, External, Router]
11 Designated Router 3.3.3.3
14 Router-ID 1.1.1.1, Backbone Area
15 Options [V6, External, Router]
17 Designated Router 1.1.1.1
21 Router-ID 3.3.3.3, Backbone Area
[all …]
Dospf3_ah-vv.out2 Router-ID 1.1.1.1, Area 0.0.0.1
3 Options [V6, External, Router]
7 Router-ID 2.2.2.2, Area 0.0.0.1
8 Options [V6, External, Router]
12 Router-ID 1.1.1.1, Area 0.0.0.1
13 Options [V6, External, Router]
18 Router-ID 2.2.2.2, Area 0.0.0.1
19 Options [V6, External, Router]
24 Router-ID 1.1.1.1, Area 0.0.0.1
25 Options [V6, External, Router]
[all …]
Dospf3_mp-vv.out2 Router-ID 3.3.3.3, Backbone Area
3 Options [V6, External, Router]
7 Router-ID 3.3.3.3, Backbone Area
8 Options [V6, External, Router]
12 Router-ID 3.3.3.3, Backbone Area
13 Options [V6, External, Router]
17 Router-ID 3.3.3.3, Backbone Area
18 Options [V6, External, Router]
22 Router-ID 1.1.1.1, Backbone Area
23 Options [V6, External, Router]
[all …]
Dospf3_auth-vv.out2 Router-ID 10.10.10.2, Backbone Area
3 Options [V6, External, Router, Authentication Trailer]
5 Designated Router 10.10.10.1, Backup Designated Router 10.10.10.2
Dospf-gmpls.out3 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
5 Advertising Router 10.255.245.37, seq 0x80000002, age 9s, length 104
28 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
30 Advertising Router 10.255.245.37, seq 0x80000002, age 9s, length 104
53 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
55 Advertising Router 10.255.245.35, seq 0x80000003, age 3s, length 144
Dospf2-seg-fault-1-v.out3 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
5 Advertising Router 10.255.245.37, seq 0x80000002, age 9s, length 104
Dlldp_cdp-ev.out50 System Capabilities [Bridge, Router] (0x0014)
72 System Capabilities [Bridge, Router] (0x0014)
94 System Capabilities [Bridge, Router] (0x0014)
116 System Capabilities [Bridge, Router] (0x0014)
176 System Capabilities [Bridge, Router] (0x0014)
198 System Capabilities [Bridge, Router] (0x0014)
220 System Capabilities [Bridge, Router] (0x0014)
242 System Capabilities [Bridge, Router] (0x0014)
Dospf6_decode_v3_asan.out2 Router-ID 1.1.0.34, Area 0.255.2.2, Instance 82 [|ospf3]
Dlldp_mudurl-v.out11 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
42 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
Dlldp_mudurl-vv.out22 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
75 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
/external/perfetto/ui/src/frontend/
Drouter_jsdomtest.ts19 import {Router} from './router';
33 expect(() => new Router('/a', {'/b': mockComponent}, fakeDispatch)).toThrow();
37 const router = new Router('/a', {'/a': mockComponent}, fakeDispatch);
43 const router = new Router('/', {'/': mockComponent}, fakeDispatch);
53 const router = new Router(
73 const router = new Router('/', {'/': mockComponent}, dispatch);
85 new Router(
101 new Router(
116 new Router('/', {'/': mockComponent, '/b': mockComponent}, dispatch);
124 const router = new Router('/', {'/': mockComponent}, dispatch);
[all …]
Dindex.ts28 import {Router} from './router';
35 constructor(private router: Router) {}
116 const router = new Router(
136 const stateHash = Router.param('s');
Drouter.ts25 export class Router { class
/external/libchrome/mojo/public/js/lib/
Drouter.js41 function Router(handle, setInterfaceIdNamespaceBit) { class
70 Router.prototype.associateInterface = function(handleToSend) { class
107 Router.prototype.attachEndpointClient = function(
151 Router.prototype.detachEndpointClient = function(
162 Router.prototype.createLocalEndpointHandle = function(
204 Router.prototype.accept = function(message) {
235 Router.prototype.close = function() {
243 Router.prototype.onPeerAssociatedEndpointClosed = function(interfaceId,
266 Router.prototype.onPipeConnectionError = function() {
281 Router.prototype.closeEndpointHandle = function(interfaceId, reason) {
[all …]
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DAutoCloseableRouter.java15 class AutoCloseableRouter implements Router {
19 private final Router mRouter;
40 public AutoCloseableRouter(Core core, Router router) { in AutoCloseableRouter()
DInterface.java408 Router router = new RouterImpl(handle); in bind()
462 Router router = new RouterImpl(handlerImpl.passHandle()); in buildThreadSafeProxy()
479 final void bind(Core core, I impl, Router router) { in bind()
487 final P attachProxy(Core core, Router router) { in attachProxy()
DRouter.java14 public interface Router extends MessageReceiverWithResponder, HandleOwner<MessagePipeHandle> { interface
/external/nist-sip/java/gov/nist/javax/sip/address/
DRouterExt.java29 import javax.sip.address.Router;
34 public interface RouterExt extends Router {
/external/nist-sip/java/javax/sip/
DSipStack.java5 import javax.sip.address.Router;
27 Router getRouter(); in getRouter()
/external/nist-sip/java/javax/sip/address/
DRouter.java7 public interface Router { interface
/external/scapy/test/
Dmock_windows.uts219 Router Discovery : dhcp
226 Advertised Router Lifetime : 1800 seconds
250 Router Discovery : dhcp
257 Advertised Router Lifetime : 1800 seconds
/external/autotest/frontend/
Ddb_router.py35 class Router(object): class
/external/u-boot/doc/device-tree-bindings/misc/
Dintel,irq-router.txt1 Intel Interrupt Router Device Binding
4 The device tree node which describes the operation of the Intel Interrupt Router
/external/libchrome/mojo/public/js/
Dbindings.js135 this.router_ = new internal.Router(this.handle_, true);
213 this.router_ = new internal.Router(handle);

12