Searched refs:SpdRemotePort (Results 1 – 1 of 1) sorted by relevance
239 IN UINT16 SpdRemotePort, in IpSecMatchNextLayerProtocol() argument260 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()265 NTOHS (((EFI_UDP_HEADER *) IpPayload)->DstPort) == SpdRemotePort in IpSecMatchNextLayerProtocol()273 NTOHS (((EFI_UDP_HEADER *) IpPayload)->SrcPort) == SpdRemotePort in IpSecMatchNextLayerProtocol()283 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()286 ((IP4_ICMP_HEAD *) IpPayload)->Code == SpdRemotePort in IpSecMatchNextLayerProtocol()296 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()300 ((IP6_ICMP_HEAD *) IpPayload)->Code == SpdRemotePort in IpSecMatchNextLayerProtocol()