SetTunnelModeOuterAddress_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _SetTunnelModeOuterAddress_IN {
  ULONG            PortNumber;
  ISCSI_IP_Address DestinationAddress;
  ISCSI_IP_Address TunnelModeOuterAddress;
} SetTunnelModeOuterAddress_IN, *PSetTunnelModeOuterAddress_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_settunnelmodeouteraddress_in)

_SetTunnelModeOuterAddress_IN structure

Description

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

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.

See also

ISCSI_IP_Address

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_OUT