Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecMain.c69 UINT8 *IpPayload; in IpSecProcess() local
81 IpPayload = (*FragmentTable)[0].FragmentBuffer; in IpSecProcess()
146 IpPayload, in IpSecProcess()
170 IpPayload, in IpSecProcess()
192 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) { in IpSecProcess()
198 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) { in IpSecProcess()
208 IpPayload, in IpSecProcess()
234 (*IpPayload == ICMP_V6_NEIGHBOR_SOLICIT || *IpPayload == ICMP_V6_NEIGHBOR_ADVERTISE) in IpSecProcess()
DIpSecImpl.c236 IN UINT8 *IpPayload, in IpSecMatchNextLayerProtocol() argument
264 NTOHS (((EFI_UDP_HEADER *) IpPayload)->SrcPort) == SpdLocalPort && in IpSecMatchNextLayerProtocol()
265 NTOHS (((EFI_UDP_HEADER *) IpPayload)->DstPort) == SpdRemotePort in IpSecMatchNextLayerProtocol()
272 NTOHS (((EFI_UDP_HEADER *) IpPayload)->DstPort) == SpdLocalPort && in IpSecMatchNextLayerProtocol()
273 NTOHS (((EFI_UDP_HEADER *) IpPayload)->SrcPort) == SpdRemotePort in IpSecMatchNextLayerProtocol()
285 (BOOLEAN) (((IP4_ICMP_HEAD *) IpPayload)->Type == SpdLocalPort && in IpSecMatchNextLayerProtocol()
286 ((IP4_ICMP_HEAD *) IpPayload)->Code == SpdRemotePort in IpSecMatchNextLayerProtocol()
299 (BOOLEAN) (((IP6_ICMP_HEAD *) IpPayload)->Type == SpdLocalPort && in IpSecMatchNextLayerProtocol()
300 ((IP6_ICMP_HEAD *) IpPayload)->Code == SpdRemotePort in IpSecMatchNextLayerProtocol()
440 IN UINT8 *IpPayload, in IpSecLookupSadEntry() argument
[all …]
DIpSecImpl.h282 IN UINT8 *IpPayload,
319 IN UINT8 *IpPayload,