Searched refs:EfiRouteTable (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.c260 @param[out] EfiRouteTable The pointer to the array of EFI_IP6_ROUTE_TABLE.
271 OUT EFI_IP6_ROUTE_TABLE **EfiRouteTable OPTIONAL
285 if ((EfiRouteTable == NULL) || (Count == 0)) {
289 if (*EfiRouteTable == NULL) {
290 *EfiRouteTable = AllocatePool (sizeof (EFI_IP6_ROUTE_TABLE) * Count);
291 if (*EfiRouteTable == NULL) {
296 EfiTable = *EfiRouteTable;
H A DIp6Route.h142 @param[out] EfiRouteTable The pointer to the array of EFI_IP6_ROUTE_TABLE.
153 OUT EFI_IP6_ROUTE_TABLE **EfiRouteTable OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Route.c613 if (IpInstance->EfiRouteTable != NULL) {
614 FreePool (IpInstance->EfiRouteTable);
616 IpInstance->EfiRouteTable = NULL;
658 IpInstance->EfiRouteTable = Table;
H A DIp4Impl.h139 // RouteTable is used by the IP4 driver to route packet. EfiRouteTable
146 EFI_IP4_ROUTE_TABLE *EfiRouteTable; member in struct:_IP4_PROTOCOL
H A DIp4Impl.c438 Ip4ModeData->RouteTable = IpInstance->EfiRouteTable;
1044 if (IpInstance->EfiRouteTable != NULL) {
1045 FreePool (IpInstance->EfiRouteTable);
1046 IpInstance->EfiRouteTable = NULL;

Completed in 53 milliseconds