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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 127 /// the total number of ports is described by RemotePortRange.
130 UINT16 RemotePortRange;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 232 if (Selector->RemotePortRange != 0) {
233 Print (L"~%d", (UINTN) Selector->RemotePort + Selector->RemotePortRange);
PolicyEntryOperation.c 149 Status = EfiInetPortRange ((CHAR16 *) ValueStr, &Selector->RemotePort, &Selector->RemotePortRange);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c 168 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
195 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
207 SpdSel1->RemotePortRange != SpdSel2->RemotePortRange
331 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
359 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
369 (SpdSel1->RemotePortRange > SpdSel2->RemotePortRange && SpdSel2->RemotePort != 0)
414 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
423 (SpdSel1->LocalPortRange > SpdSel2->RemotePortRange && SpdSel1->RemotePort != 0)||
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c 994 ChildSa->Spd->Selector->RemotePortRange == 0) {
    [all...]
Utility.c     [all...]

Completed in 153 milliseconds