Home | History | Annotate | Download | only in IpSecDxe

Lines Matching full:remoteport

168   NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the 

195 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
206 SpdSel1->RemotePort != SpdSel2->RemotePort ||
331 NextLayerProtocol/LocalPort/LocalPortRange/RemotePort/RemotePortRange and the
359 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
368 (SpdSel1->RemotePort > SpdSel2->RemotePort && SpdSel2->RemotePort != 0) ||
369 (SpdSel1->RemotePortRange > SpdSel2->RemotePortRange && SpdSel2->RemotePort != 0)
414 // LocalPort/LocalPortRange/RemotePort/RemotePortRange fields in the
422 (SpdSel1->LocalPort > SpdSel2->RemotePort && SpdSel2->RemotePort != 0)||
423 (SpdSel1->LocalPortRange > SpdSel2->RemotePortRange && SpdSel1->RemotePort != 0)||
424 (SpdSel1->RemotePort > SpdSel2->LocalPort && SpdSel2->LocalPort != 0) ||