Home
last modified time | relevance | path

Searched refs:InterfaceId (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Common.c152 UINT8 InterfaceId[8]; in Ip6CreateInterfaceID() local
175 CopyMem (InterfaceId, MacAddr, 3); in Ip6CreateInterfaceID()
176 InterfaceId[3] = 0xFF; in Ip6CreateInterfaceID()
177 InterfaceId[4] = 0xFE; in Ip6CreateInterfaceID()
178 CopyMem (&InterfaceId[5], &MacAddr->Addr[3], 3); in Ip6CreateInterfaceID()
180 Byte = (UINT8) (InterfaceId[0] & IP6_U_BIT); in Ip6CreateInterfaceID()
182 InterfaceId[0] &= ~IP6_U_BIT; in Ip6CreateInterfaceID()
184 InterfaceId[0] |= IP6_U_BIT; in Ip6CreateInterfaceID()
190 return AllocateCopyPool (IpSb->InterfaceIdLen, InterfaceId); in Ip6CreateInterfaceID()
213 EFI_IP6_CONFIG_INTERFACE_ID InterfaceId; in Ip6CreateLinkLocalAddr() local
[all …]
DIp6NvData.h61 CHAR16 InterfaceId[INTERFACE_ID_STR_STORAGE]; ///< alternative interface id member
DIp6Driver.c181 if (IpSb->InterfaceId != NULL) { in Ip6CleanService()
182 FreePool (IpSb->InterfaceId); in Ip6CleanService()
185 IpSb->InterfaceId = NULL; in Ip6CleanService()
330 IpSb->InterfaceId = NULL; in Ip6CreateService()
DIp6ConfigNv.c932 ZeroMem (&Ip6NvData->InterfaceId, DataSize); in Ip6ConvertConfigNvDataToIfrNvData()
937 &Ip6NvData->InterfaceId in Ip6ConvertConfigNvDataToIfrNvData()
943 Ip6ConvertInterfaceIdToString (IfrNvData->InterfaceId, &Ip6NvData->InterfaceId); in Ip6ConvertConfigNvDataToIfrNvData()
1069 &Ip6NvData->InterfaceId in Ip6ConvertIfrNvDataToConfigNvDataGeneral()
1799 Status = Ip6ParseInterfaceIdFromString (IfrNvData->InterfaceId, &Ip6NvData->InterfaceId); in Ip6FormCallback()
DIp6ConfigImpl.h169 EFI_IP6_CONFIG_INTERFACE_ID InterfaceId; ///< alternative interface id member
DIp6Impl.h212 UINT8 *InterfaceId; member
DIp6Config.vfr90 string varid = IP6_CONFIG_IFR_NVDATA.InterfaceId,
DIp6Nd.c2253 CopyMem (&StatelessAddress.Addr[8], IpSb->InterfaceId, sizeof (UINT64)); in Ip6ProcessRouterAdvertise()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c1091 EFI_IP6_CONFIG_INTERFACE_ID *InterfaceId; in IfConfig6SetInterfaceInfo() local
1113 InterfaceId = NULL; in IfConfig6SetInterfaceInfo()
1439 Status = IfConfig6ParseInterfaceId (&VarArg, &InterfaceId); in IfConfig6SetInterfaceInfo()
1451 InterfaceId in IfConfig6SetInterfaceInfo()