Searched refs:router (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | dhcp_config.py | 37 router=None, argument 84 if router: 85 if router >= self.start and router <= self.end: 87 if not router in self.network: 90 self.router = router 98 self.router = None 101 self.router = host 104 if not self.router: 165 router = subnet.router 175 lines.append('\t\toption routers %s;' % router)
|
/tools/netsim/rust/daemon/src/http_server/ |
D | http_router.rs | 134 let mut router = Router::new(); in test_handle_request() localVariable 135 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in test_handle_request() 136 router.add_route(Uri::from_static("/user/{id}"), Box::new(handle_user)); in test_handle_request() 145 router.handle_request(&request, &mut writer); in test_handle_request() 159 router.handle_request(&request, &mut writer); in test_handle_request() 168 let mut router = Router::new(); in test_mismatch_uri() localVariable 169 router.add_route(Uri::from_static("/user/{id}"), Box::new(handle_user)); in test_mismatch_uri() 178 router.handle_request(&request, &mut writer); in test_mismatch_uri() 187 let mut router = Router::new(); in test_handle_query() localVariable 188 router.add_route(Uri::from_static("/user"), Box::new(handle_query)); in test_handle_query() [all …]
|
D | http_handlers.rs | 141 let mut router = Router::new(); in handle_connection() localVariable 142 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in handle_connection() 143 router.add_route(Uri::from_static("/version"), Box::new(handle_version)); in handle_connection() 144 router.add_route(Uri::from_static("/v1/devices"), Box::new(handle_device)); in handle_connection() 145 router.add_route(Uri::from_static(r"/v1/devices/{id}"), Box::new(handle_device)); in handle_connection() 146 router.add_route(Uri::from_static("/v1/captures"), Box::new(handle_capture)); in handle_connection() 147 router.add_route(Uri::from_static(r"/v1/captures/{id}"), Box::new(handle_capture)); in handle_connection() 148 router.add_route(Uri::from_static(r"/v1/websocket/{radio}"), Box::new(handle_websocket)); in handle_connection() 152 router.add_route(Uri::from_static("/dev"), Box::new(handle_dev)); in handle_connection() 171 router.add_route( in handle_connection() [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/ |
D | Dhcpv4InteropTest.py | 117 router_ip = configured_subnets[0].router 192 router=ap_params['ip'], 260 router=ap_params['ip'], 270 router=ap_params['ip'], 305 router=ap_params['ip'], 324 router=ap_params['ip']) 374 router=self.ap_params['ip'],
|
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/ |
D | dhcp_config_test.py | 60 router=ipaddress.ip_address('10.10.5.255'),
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 136 router - a node that forwards IPv6 packets not explicitly 139 host - any node that is not a router. [See Note below]. 1366 IPv6-to-IPv4 translating router can obtain a suitable Identification 1700 otherwise. For example, it would be unwise to design a router whose
|