Home
last modified time | relevance | path

Searched refs:Attribute4 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfig.c536 UINT32 Attribute4; in IpSecConfigRetriveCheckListByName() local
542 Attribute4 = 0; in IpSecConfigRetriveCheckListByName()
565 Attribute4 = Item->Attribute4; in IpSecConfigRetriveCheckListByName()
570 Attribute4 |= Item->Attribute4; in IpSecConfigRetriveCheckListByName()
586 if (((Attribute4 & 0xFF) == 0x03) || ((Attribute4 & 0xFF) == 0x0C) || in IpSecConfigRetriveCheckListByName()
587 ((Attribute4 & 0xFF) == 0x30) || ((Attribute4 & 0xFF) == 0xC0)) { in IpSecConfigRetriveCheckListByName()
DIpSecConfig.h81 UINT32 Attribute4; member