Searched defs:Route (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4Config.h74 UINT8 Route; member in struct:__anon11212
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.c362 Free the route table and its associated route cache. Route
413 @param[in] RtCache Route cache to remove the entries from.
444 @param[in, out] RtTable Route table to add route to.
464 IP6_ROUTE_ENTRY *Route; local
472 Route = NET_LIST_USER_STRUCT (Entry, IP6_ROUTE_ENTRY, Link);
474 if (NetIp6IsNetEqual (Destination, &Route->Destination, PrefixLength) &&
475 EFI_IP6_EQUAL (GatewayAddress, &Route->NextHop)) {
483 Route = Ip6CreateRouteEntry (Destination, PrefixLength, GatewayAddress);
485 if (Route == NULL) {
490 Route
524 IP6_ROUTE_ENTRY *Route; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h107 USB_DEV_TOPOLOGY Route; member in union:_USB_DEV_ROUTE

Completed in 37 milliseconds