/external/tcpdump/tests/ |
D | ospf3_bc-vv.out | 2 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 …]
|
D | ospf3_nbma-vv.out | 2 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 …]
|
D | ospf3_ah-vv.out | 2 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 …]
|
D | ospf3_mp-vv.out | 2 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 …]
|
D | ospf3_auth-vv.out | 2 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
|
D | ospf-gmpls.out | 3 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
|
D | ospf2-seg-fault-1-v.out | 3 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
|
D | lldp_cdp-ev.out | 50 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)
|
D | ospf6_decode_v3_asan.out | 2 Router-ID 1.1.0.34, Area 0.255.2.2, Instance 82 [|ospf3]
|
D | lldp_mudurl-v.out | 11 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c) 42 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
|
D | lldp_mudurl-vv.out | 22 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c) 75 System Capabilities [Bridge, WLAN AP, Router, Station Only] (0x009c)
|
/external/perfetto/ui/src/frontend/ |
D | router_jsdomtest.ts | 19 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 …]
|
D | index.ts | 28 import {Router} from './router'; 35 constructor(private router: Router) {} 116 const router = new Router( 136 const stateHash = Router.param('s');
|
D | router.ts | 25 export class Router { class
|
/external/libchrome/mojo/public/js/lib/ |
D | router.js | 41 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/ |
D | AutoCloseableRouter.java | 15 class AutoCloseableRouter implements Router { 19 private final Router mRouter; 40 public AutoCloseableRouter(Core core, Router router) { in AutoCloseableRouter()
|
D | Interface.java | 408 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()
|
D | Router.java | 14 public interface Router extends MessageReceiverWithResponder, HandleOwner<MessagePipeHandle> { interface
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | RouterExt.java | 29 import javax.sip.address.Router; 34 public interface RouterExt extends Router {
|
/external/nist-sip/java/javax/sip/ |
D | SipStack.java | 5 import javax.sip.address.Router; 27 Router getRouter(); in getRouter()
|
/external/nist-sip/java/javax/sip/address/ |
D | Router.java | 7 public interface Router { interface
|
/external/scapy/test/ |
D | mock_windows.uts | 219 Router Discovery : dhcp 226 Advertised Router Lifetime : 1800 seconds 250 Router Discovery : dhcp 257 Advertised Router Lifetime : 1800 seconds
|
/external/autotest/frontend/ |
D | db_router.py | 35 class Router(object): class
|
/external/u-boot/doc/device-tree-bindings/misc/ |
D | intel,irq-router.txt | 1 Intel Interrupt Router Device Binding 4 The device tree node which describes the operation of the Intel Interrupt Router
|
/external/libchrome/mojo/public/js/ |
D | bindings.js | 135 this.router_ = new internal.Router(this.handle_, true); 213 this.router_ = new internal.Router(handle);
|