Searched defs:IfInfo (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.h49 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; member in struct:_IFCONFIG6_INTERFACE_CB
H A DIfConfig6.c665 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; local
672 IfInfo = NULL;
694 IfInfo = NULL;
726 IfInfo = AllocateZeroPool (DataSize);
728 if (IfInfo == NULL) {
739 IfInfo
749 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
750 FreePool (IfInfo);
778 IfCb->IfInfo = IfInfo;
1106 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c598 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; local
605 IfInfo = NULL;
638 IfInfo = NULL;
684 IfInfo = AllocateZeroPool (IfInfoSize);
686 if (IfInfo == NULL) {
697 IfInfo
707 for (AddrIndex = 0; AddrIndex < IfInfo->AddressInfoCount; AddrIndex++) {
709 Addr = &(IfInfo->AddressInfo[AddrIndex].Address);
718 if (AddrIndex < IfInfo->AddressInfoCount) {
726 FreePool (IfInfo);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h111 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; member in union:__anon12485
H A DIp6ConfigImpl.c526 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; local
551 IfInfo = (EFI_IP6_CONFIG_INTERFACE_INFO *) Data;
552 CopyMem (IfInfo, Item->Data.Ptr, sizeof (EFI_IP6_CONFIG_INTERFACE_INFO));
557 IfInfo->AddressInfo = (EFI_IP6_ADDRESS_INFO *) (IfInfo + 1);
558 Ip6BuildEfiAddressList (IpSb, &IfInfo->AddressInfoCount, &IfInfo->AddressInfo);
563 IfInfo->RouteTable = (EFI_IP6_ROUTE_TABLE *) (IfInfo->AddressInfo + IfInfo
[all...]
H A DIp6ConfigNv.c676 @param[in] IfInfo The pointer of EFI_IP6_CONFIG_INTERFACE_INFO.
688 IN EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo,
702 if ((IfInfo == NULL) || (HiiHandle == NULL) || (IfrNvData == NULL)) {
712 IfInfo->Name,
722 if (IfInfo->IfType == Ip6InterfaceTypeEthernet) {
724 } else if (IfInfo->IfType == Ip6InterfaceTypeExperimentalEthernet) {
730 UnicodeSPrint (PortString, 6, L"%d", IfInfo->IfType);
747 ASSERT (IfInfo->HwAddressSize <= 32);
749 for (Index = 0; Index < IfInfo->HwAddressSize; Index++) {
751 if (IfInfo
687 Ip6ConvertInterfaceInfoToString( IN EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo, IN EFI_HII_HANDLE HiiHandle, IN OUT IP6_CONFIG_IFR_NVDATA *IfrNvData ) argument
1640 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; local
[all...]

Completed in 66 milliseconds