Home
last modified time | relevance | path

Searched refs:IfId (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c554 OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId in IfConfig6ParseInterfaceId() argument
567 ASSERT (IfId != NULL); in IfConfig6ParseInterfaceId()
568 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in IfConfig6ParseInterfaceId()
569 ASSERT (*IfId != NULL); in IfConfig6ParseInterfaceId()
583 FreePool (*IfId); in IfConfig6ParseInterfaceId()
590 (*IfId)->Id[Index++] = NodeVal; in IfConfig6ParseInterfaceId()
805 IfCb->IfId = AllocateZeroPool (DataSize); in IfConfig6GetInterfaceInfo()
807 if (IfCb->IfId == NULL) { in IfConfig6GetInterfaceInfo()
815 IfCb->IfId in IfConfig6GetInterfaceInfo()
824 FreePool (IfCb->IfId); in IfConfig6GetInterfaceInfo()
[all …]
DIfConfig6.h50 EFI_IP6_CONFIG_INTERFACE_ID *IfId; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DIfconfig6.c48 EFI_IP6_CONFIG_INTERFACE_ID *IfId; member
630 OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId in IfConfig6ParseInterfaceId() argument
643 ASSERT (IfId != NULL); in IfConfig6ParseInterfaceId()
644 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in IfConfig6ParseInterfaceId()
645 ASSERT (*IfId != NULL); in IfConfig6ParseInterfaceId()
659 FreePool (*IfId); in IfConfig6ParseInterfaceId()
666 (*IfId)->Id[Index++] = NodeVal; in IfConfig6ParseInterfaceId()
881 IfCb->IfId = AllocateZeroPool (DataSize); in IfConfig6GetInterfaceInfo()
883 if (IfCb->IfId == NULL) { in IfConfig6GetInterfaceInfo()
891 IfCb->IfId in IfConfig6GetInterfaceInfo()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigNv.c228 IN EFI_IP6_CONFIG_INTERFACE_ID *IfId in Ip6ConvertInterfaceIdToString() argument
234 if ((String == NULL) || (IfId == NULL)) { in Ip6ConvertInterfaceIdToString()
243 (UINTN) IfId->Id[Index] in Ip6ConvertInterfaceIdToString()
266 OUT EFI_IP6_CONFIG_INTERFACE_ID *IfId in Ip6ParseInterfaceIdFromString() argument
274 if ((String == NULL) || (IfId == NULL)) { in Ip6ParseInterfaceIdFromString()
280 ZeroMem (IfId, sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in Ip6ParseInterfaceIdFromString()
306 IfId->Id[Index] = (UINT8) NodeVal; in Ip6ParseInterfaceIdFromString()