| /src/tests/net/icmp/ |
| t_forward.c | 79 netcfg_rump_route("0.0.0.0", "0.0.0.0", "1.0.0.2"); /* default router */ 103 router(void) function 147 router();
|
| /src/sys/compat/netinet6/ |
| in6_var.h | 55 u_int32_t router : 1; member in struct:prf_ra
|
| /src/usr.sbin/mrouted/ |
| vif.c | 283 * on the multicast router. 515 * query from a router with a lower IP address, yield to them. 994 u_int32_t router; local 1039 * if changed => router went down and came up, 1098 * Check if the router gen-ids are the same. 1099 * Need to reset the prune state of the router if not. 1135 * loop through router list and check for one-way ifs. 1148 ((char *)&router)[i] = *p++; 1150 if (router == v->uv_lcl_addr) {
|
| /src/sbin/routed/rtquery/ |
| rtquery.c | 452 * because a router might respond with a 515 struct sockaddr_in router; local 523 memset(&router, 0, sizeof(router)); 524 router.sin_family = AF_INET; 526 router.sin_len = sizeof(router); 528 if (!inet_aton(host, &router.sin_addr)) { 534 memcpy(&router.sin_addr, hp->h_addr, sizeof(router.sin_addr)) [all...] |
| /src/sys/netinet6/ |
| nd6_nbr.c | 114 int router = ip6_forwarding; local 265 router = 0; /* XXX */ 371 (router ? ND_NA_FLAG_ROUTER : 0) | ND_NA_FLAG_SOLICITED,
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| service-publisher.c | 984 bool router = false; local 1015 router = true; 1077 router ? "" : " not a router ", 1078 sleepy_router ? "" : " not a sleepy router", 1287 return true; // always publish when stub router
|
| route.c | 17 * This code adds border router support to 3rd party HomeKit Routers as part of Appleās commitment to the CHIP project. 19 * This file contains an implementation of Thread Border Router routing. 87 #if STUB_ROUTER // Stub Router is true if we're building a Thread Border router or an RA tester. 336 // If we have been beaconing, and router mode has been disabled, and we don't have 402 // We can reschedule a beacon for sooner if we get a router solicit; in this case, we 420 INFO("Starting router discovery on " PUB_S_SRP, interface->name); 422 // Immediately when an interface shows up, start doing router solicits. 434 // In 20 seconds, check the results of router discovery and update policy as needed. 446 icmp_message_t *router, **p_router local 511 icmp_message_t *router; local 655 icmp_message_t *router; local 1198 icmp_message_t *router, **rp; local 1658 icmp_message_t *router, *next; local 1750 icmp_message_t *router = *rp; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios.c | 314 struct amdgpu_router router; local 372 router.ddc_valid = false; 373 router.cd_valid = false; 428 router.router_id = router_obj_id; 446 router.i2c_info = 450 router.i2c_addr = i2c_record->ucI2CAddr >> 1; 455 router.ddc_valid = true; 456 router.ddc_mux_type = ddc_path->ucMuxType; 457 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin; 458 router.ddc_mux_state = ddc_path->ucMuxState[enum_id] [all...] |
| amdgpu_mode.h | 298 struct amdgpu_router *router); 550 struct amdgpu_router router; member in struct:amdgpu_connector
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atombios.c | 544 struct radeon_router router; local 650 router.ddc_valid = false; 651 router.cd_valid = false; 709 router.router_id = router_obj_id; 727 router.i2c_info = 731 router.i2c_addr = i2c_record->ucI2CAddr >> 1; 736 router.ddc_valid = true; 737 router.ddc_mux_type = ddc_path->ucMuxType; 738 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin; 739 router.ddc_mux_state = ddc_path->ucMuxState[enum_id] 912 struct radeon_router router; local [all...] |
| radeon_mode.h | 562 struct radeon_router router; member in struct:radeon_connector 704 struct radeon_router *router);
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 2720 Command( "nat64", ThreadPFNAT64Command, kThreadPFNAT64Opts, "Set Thread border router NAT64 PF rules.", true ), 2721 Command( "delete", ThreadPFDeleteCommand, NULL, "Delete Thread border router PF rules.", true ), 39927 uint32_t router; local [all...] |