Lines Matching refs:IsMatch
164 BOOLEAN IsMatch; in IpSecMatchIpAddress() local
166 IsMatch = FALSE; in IpSecMatchIpAddress()
196 IsMatch = TRUE; in IpSecMatchIpAddress()
209 IsMatch = TRUE; in IpSecMatchIpAddress()
213 return IsMatch; in IpSecMatchIpAddress()
243 BOOLEAN IsMatch; in IpSecMatchNextLayerProtocol() local
249 IsMatch = FALSE; in IpSecMatchNextLayerProtocol()
260 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()
261 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()
269 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()
283 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()
284 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()
296 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()
298 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()
306 IsMatch = TRUE; in IpSecMatchNextLayerProtocol()
311 return IsMatch; in IpSecMatchNextLayerProtocol()