SetTunnelModeOuterAddress_IN structure (iscsiop.h)

The SetTunnelModeOuterAddress_IN structure holds the input data for the SetTunnelModeOuterAddress method.

Syntax

typedef struct _SetTunnelModeOuterAddress_IN {
  ULONG            PortNumber;
  ISCSI_IP_Address DestinationAddress;
  ISCSI_IP_Address TunnelModeOuterAddress;
} SetTunnelModeOuterAddress_IN, *PSetTunnelModeOuterAddress_IN;

Members

PortNumber

The number of the port to associate with the tunnel-mode address. A value of 0xffffffff associates the tunnel-mode address with all ports.

DestinationAddress

An ISCSI_IP_Address structure that indicates the destination IP address in a way that is independent of the version of IP protocol in use.

TunnelModeOuterAddress

An ISCSI_IP_Address structure that indicates the IP address of the security gateway (tunnel-mode outer address) in a way that is independent of the version of IP protocol in use.

Remarks

You must implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

ISCSI_IP_Address

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_OUT