Home | History | Annotate | Download | only in IfConfig6

Lines Matching refs:IfInfo

665   EFI_IP6_CONFIG_INTERFACE_INFO    *IfInfo;

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;
858 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
863 IfInfo = NULL;
876 if (IfInfo != NULL) {
877 FreePool (IfInfo);
929 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG6_INFO_IF_NAME), mHiiHandle, IfCb->IfInfo->Name);
962 IfCb->IfInfo->HwAddress.Addr,
963 IfCb->IfInfo->HwAddressSize
971 for (Index = 0; Index < IfCb->IfInfo->AddressInfoCount; Index++) {
973 &IfCb->IfInfo->AddressInfo[Index].Address,
974 &IfCb->IfInfo->AddressInfo[Index].PrefixLength
997 for (Index = 0; Index < IfCb->IfInfo->RouteCount; Index++) {
999 &IfCb->IfInfo->RouteTable[Index].Destination,
1000 &IfCb->IfInfo->RouteTable[Index].PrefixLength
1005 &IfCb->IfInfo->RouteTable[Index].Gateway,
1106 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo;
1112 IfInfo = NULL;
1323 IfInfo = AllocateZeroPool (DataSize);
1325 if (IfInfo == NULL) {
1334 IfInfo
1351 for (Index2 = 0; Index2 < IfInfo->AddressInfoCount; Index2++) {
1352 if (EFI_IP6_EQUAL (&IfInfo->AddressInfo[Index2].Address, &CfgManAddr[Index].Address) &&
1353 (IfInfo->AddressInfo[Index2].PrefixLength == CfgManAddr[Index].PrefixLength)) {
1502 if (IfInfo != NULL) {
1503 FreePool (IfInfo);
1616 if (IfCb->IfInfo != NULL) {
1618 FreePool (IfCb->IfInfo);