Searched refs:routes (Results 1 – 14 of 14) sorted by relevance
/haiku/src/add-ons/accelerants/radeon/ |
H A D | monitor_detection.c | 911 disp_entity* routes = &si->routing; in Radeon_DetectDisplays() local 928 if (routes->port_info[1].tmds_type == tmds_int) { in Radeon_DetectDisplays() 930 swap_entity = routes->port_info[0]; in Radeon_DetectDisplays() 931 routes->port_info[0] = routes->port_info[1]; in Radeon_DetectDisplays() 932 routes->port_info[1] = swap_entity; in Radeon_DetectDisplays() 934 } else if (routes->port_info[0].tmds_type != tmds_int in Radeon_DetectDisplays() 935 && routes->port_info[1].tmds_type != tmds_int) { in Radeon_DetectDisplays() 940 if (routes->port_info[1].dac_type == dac_primary in Radeon_DetectDisplays() 941 && routes->port_info[0].dac_type != dac_primary) { in Radeon_DetectDisplays() 943 swap_entity = routes->port_info[0]; in Radeon_DetectDisplays() [all …]
|
H A D | GetModeInfo.c | 74 disp_entity* routes = &ai->si->routing; in radeon_get_preferred_display_mode() local 77 if (routes->port_info[0].edid_valid || routes->port_info[1].edid_valid) { in radeon_get_preferred_display_mode() 105 disp_entity* routes = &ai->si->routing; in radeon_get_edid_info() local 111 if (routes->port_info[0].edid_valid) in radeon_get_edid_info() 113 else if (routes->port_info[1].edid_valid) in radeon_get_edid_info() 118 memcpy(info, &routes->port_info[index].edid, sizeof(struct edid1_info)); in radeon_get_edid_info()
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkRoute.cpp | 209 BObjectList<BNetworkRoute> routes(1, true); in GetDefaultRoute() local 210 status_t result = GetRoutes(family, interfaceName, RTF_DEFAULT, routes); in GetDefaultRoute() 214 if (routes.CountItems() == 0) in GetDefaultRoute() 217 route.Adopt(*routes.ItemAt(0)); in GetDefaultRoute() 241 BNetworkRoute::GetRoutes(int family, BObjectList<BNetworkRoute>& routes) in GetRoutes() argument 243 return GetRoutes(family, NULL, 0, routes); in GetRoutes() 249 BObjectList<BNetworkRoute>& routes) in GetRoutes() argument 251 return GetRoutes(family, interfaceName, 0, routes); in GetRoutes() 257 uint32 filterFlags, BObjectList<BNetworkRoute>& routes) in GetRoutes() argument 306 if (!routes.AddItem(route)) { in GetRoutes()
|
H A D | NetworkInterface.cpp | 543 BObjectList<BNetworkRoute>& routes) const in GetRoutes() 545 return BNetworkRoute::GetRoutes(family, Name(), routes); in GetRoutes()
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | NetAddress.cpp | 107 route_req_t* routes = (route_req_t*)malloc(count * sizeof(route_req_t)); in IsLocal() local 108 if (routes != NULL) { in IsLocal() 110 table.rrtp = routes; in IsLocal() 115 if ((routes[i].flags & RTF_LOCAL) == 0) in IsLocal() 117 if (((sockaddr_in*)&routes[i].dst)->sin_addr.s_addr in IsLocal() 124 free(routes); in IsLocal()
|
/haiku/headers/os/net/ |
H A D | NetworkRoute.h | 57 BObjectList<BNetworkRoute>& routes); 59 BObjectList<BNetworkRoute>& routes); 62 BObjectList<BNetworkRoute>& routes);
|
H A D | NetworkInterface.h | 111 BObjectList<BNetworkRoute>& routes) const;
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | routes.cpp | 107 RouteList::Iterator iterator = domain->routes.GetIterator(); in find_route() 147 RouteList::Iterator iterator = domain->routes.GetIterator(); in find_route() 216 RouteList::Iterator iterator = domain->routes.GetIterator(); in get_route_internal() 299 RouteList::Iterator iterator = domain->routes.GetIterator(); in route_table_size() 325 RouteList::Iterator iterator = domain->routes.GetIterator(); in list_routes() 496 RouteList::Iterator iterator = domain->routes.GetIterator(); in add_route() 516 domain->routes.InsertBefore(before, route); in add_route() 544 domain->routes.Remove(route); in remove_route() 592 RouteList::Iterator iterator = domain->routes.GetIterator(); in invalidate_routes() 612 RouteList::Iterator iterator = domain->routes.GetIterator(); in invalidate_routes()
|
H A D | domains.h | 26 RouteList routes; member
|
H A D | domains.cpp | 75 if (!domain->routes.IsEmpty()) in dump_domains() 78 RouteList::Iterator routeIterator = domain->routes.GetIterator(); in dump_domains()
|
H A D | Jamfile | 17 routes.cpp
|
/haiku/docs/develop/net/ |
H A D | NetworkStackOverview.rst | 64 list of interfaces and routes. It also gets a name: for example, the 205 A protocol will usually not use the routes directly, but use a
|
/haiku/data/system/data/fortunes/ |
H A D | Tech Support Excuses | 1112 Incorrectly configured static routes on the corerouters.
|
H A D | Computers | 749 …errible trouble of checking through usenet maps or looking for alternate routes. Just think, if y…
|