Share via


IPSEC_V4_UDP_ENCAPSULATION0 (Compact 2013)

3/26/2014

This structure stores the UDP encapsulation ports for Encapsulating Security Payload (ESP) encapsulation.

Syntax

typedef struct IPSEC_V4_UDP_ENCAPSULATION0_ {
  UINT16 localUdpEncapPort;
  UINT16 remoteUdpEncapPort;
} IPSEC_V4_UDP_ENCAPSULATION0;

Members

  • localUdpEncapPort
    Source UDP encapsulation port
  • remoteUdpEncapPort
    Destination UDP encapsulation port

Remarks

This is used only when a NAT was detected as part of the IPSec NAT traversal specification.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform