/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 in typeref:typename:void 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 in function:update_neighbor 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 in function:out 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 in function:nd6_ns_input 265 router = 0; /* XXX */ 371 (router ? ND_NA_FLAG_ROUTER : 0) | ND_NA_FLAG_SOLICITED,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios.c | 314 struct amdgpu_router router; local in function:amdgpu_atombios_get_connector_info_from_object_table 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 in function:radeon_get_atom_connector_info_from_object_table 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 in function:radeon_get_atom_connector_info_from_supported_devices_table [all...] |
radeon_mode.h | 562 struct radeon_router router; member in struct:radeon_connector 704 struct radeon_router *router);
|