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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 115 /// the total number of ports is described by LocalPortRange.
119 UINT16 LocalPortRange;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 222 if (Selector->LocalPortRange != 0) {
223 Print (L"~%d", (UINTN) Selector->LocalPort + Selector->LocalPortRange);
PolicyEntryOperation.c 126 Status = EfiInetPortRange ((CHAR16 *) ValueStr, &Selector->LocalPort, &Selector->LocalPortRange);
    [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
205 SpdSel1->LocalPortRange != SpdSel2->LocalPortRange ||
331 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
359 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
367 (SpdSel1->LocalPortRange > SpdSel2->LocalPortRange && SpdSel1->LocalPort != 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 974 ChildSa->Spd->Selector->LocalPortRange == 0) {
    [all...]
Utility.c     [all...]

Completed in 204 milliseconds