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.c532 UINT32 Attribute4; in IpSecConfigRetriveCheckListByName() local
538 Attribute4 = 0; in IpSecConfigRetriveCheckListByName()
561 Attribute4 = Item->Attribute4; in IpSecConfigRetriveCheckListByName()
566 Attribute4 |= Item->Attribute4; in IpSecConfigRetriveCheckListByName()
582 if (((Attribute4 & 0xFF) == 0x03) || ((Attribute4 & 0xFF) == 0x0C) || in IpSecConfigRetriveCheckListByName()
583 ((Attribute4 & 0xFF) == 0x30) || ((Attribute4 & 0xFF) == 0xC0)) { in IpSecConfigRetriveCheckListByName()
DIpSecConfig.h82 UINT32 Attribute4; member