Home
last modified time | relevance | path

Searched refs:SpdRemotePort (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecImpl.c239 IN UINT16 SpdRemotePort, in IpSecMatchNextLayerProtocol() argument
260 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()