Searched refs:RemotePortRange (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h127 /// the total number of ports is described by RemotePortRange.
130 UINT16 RemotePortRange; member in struct:_EFI_IPSEC_SPD_SELECTOR
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c168 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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DDump.c232 if (Selector->RemotePortRange != 0) {
233 Print (L"~%d", (UINTN) Selector->RemotePort + Selector->RemotePortRange);
H A DPolicyEntryOperation.c149 Status = EfiInetPortRange ((CHAR16 *) ValueStr, &Selector->RemotePort, &Selector->RemotePortRange);
1377 NewSelector->RemotePortRange = OldSelector->RemotePortRange;
1379 (NewSelector->RemotePortRange != OldSelector->RemotePortRange)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c951 ChildSa->Spd->Selector->RemotePortRange == 0) {
1026 ChildSa->Spd->Selector->RemotePortRange == 0) {
H A DUtility.c1905 SpdSelector->RemotePortRange == 0

Completed in 80 milliseconds