Searched refs:EFI_IP6_ROUTE_TABLE (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp6Config.h137 EFI_IP6_ROUTE_TABLE *RouteTable;
H A DIp6.h231 /// EFI_IP6_ROUTE_TABLE
249 } EFI_IP6_ROUTE_TABLE; typedef in typeref:struct:__anon12177
361 EFI_IP6_ROUTE_TABLE *RouteTable;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.h137 Build a array of EFI_IP6_ROUTE_TABLE to be returned to the caller. The number
138 of EFI_IP6_ROUTE_TABLE is also returned.
142 @param[out] EfiRouteTable The pointer to the array of EFI_IP6_ROUTE_TABLE.
145 @retval EFI_SUCCESS The EFI_IP6_ROUTE_TABLE successfully built.
153 OUT EFI_IP6_ROUTE_TABLE **EfiRouteTable OPTIONAL
H A DIp6Route.c255 Build an array of EFI_IP6_ROUTE_TABLE to be returned to the caller. The number
256 of EFI_IP6_ROUTE_TABLE is also returned.
260 @param[out] EfiRouteTable The pointer to the array of EFI_IP6_ROUTE_TABLE.
263 @retval EFI_SUCCESS The EFI_IP6_ROUTE_TABLE successfully built.
271 OUT EFI_IP6_ROUTE_TABLE **EfiRouteTable OPTIONAL
276 EFI_IP6_ROUTE_TABLE *EfiTable;
290 *EfiRouteTable = AllocatePool (sizeof (EFI_IP6_ROUTE_TABLE) * Count);
H A DIp6ConfigNv.c420 EFI_IP6_ROUTE_TABLE AddressType: Ip6ConfigNvRouteTable.
494 AddressInfo = AddressHead + sizeof (EFI_IP6_ROUTE_TABLE) * Index;
495 Address = &((EFI_IP6_ROUTE_TABLE *) AddressInfo)->Destination;
511 PrefixLength = ((EFI_IP6_ROUTE_TABLE *) AddressInfo)->PrefixLength;
533 Ip6ToStr (&((EFI_IP6_ROUTE_TABLE *) AddressInfo)->Gateway, TempStr);
H A DIp6ConfigImpl.c540 Length += AddressCount * sizeof (EFI_IP6_ADDRESS_INFO) + RouteCount * sizeof (EFI_IP6_ROUTE_TABLE);
563 IfInfo->RouteTable = (EFI_IP6_ROUTE_TABLE *) (IfInfo->AddressInfo + IfInfo->AddressInfoCount);

Completed in 60 milliseconds