Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:IfInfo

676   @param[in]       IfInfo          The pointer of EFI_IP6_CONFIG_INTERFACE_INFO.

688 IN EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo,
700 if ((IfInfo == NULL) || (HiiHandle == NULL) || (IfrNvData == NULL)) {
710 IfInfo->Name,
720 if (IfInfo->IfType == Ip6InterfaceTypeEthernet) {
722 } else if (IfInfo->IfType == Ip6InterfaceTypeExperimentalEthernet) {
728 UnicodeSPrint (PortString, 6, L"%d", IfInfo->IfType);
745 ASSERT (IfInfo->HwAddressSize <= 32);
747 for (Index = 0; Index < IfInfo->HwAddressSize; Index++) {
749 if (IfInfo->HwAddress.Addr[Index] < 0x10) {
759 (UINTN) IfInfo->HwAddress.Addr[Index]
1543 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo;
1566 IfInfo = (EFI_IP6_CONFIG_INTERFACE_INFO *) Data;
1571 IfInfo->AddressInfo,
1572 IfInfo->AddressInfoCount
1586 IfInfo->RouteTable,
1587 IfInfo->RouteCount