HomeSort by relevance Sort by last modified time
    Searched refs:PeerIdValid (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Match.c 134 Match = (BOOLEAN) ((Indexer->PadId.PeerIdValid == PadId->PeerIdValid) &&
135 ((PadId->PeerIdValid &&
140 ((!PadId->PeerIdValid) &&
Indexer.c 212 Indexer->PadId.PeerIdValid = FALSE;
242 Indexer->PadId.PeerIdValid = TRUE;
PolicyEntryOperation.c     [all...]
Dump.c 517 if (PadId->PeerIdValid) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 518 BOOLEAN PeerIdValid;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c 520 // Compare the PeerIdValid fields in PadId.
522 if (PadId1->PeerIdValid != PadId2->PeerIdValid) {
526 // Compare the PeerId fields in PadId if PeerIdValid is true.
529 PadId1->PeerIdValid &&
535 // Compare the IpAddress fields in PadId if PeerIdValid is false.
538 !PadId1->PeerIdValid &&
    [all...]

Completed in 732 milliseconds