2.2.10 DN_ALTERNATE_ADDRESS (IPv6)

The DN_ALTERNATE_ADDRESS structure is described in detail in section 2.2.9.

The following diagram represents the contents of the structure when it contains an IPv6 alternative address. The DN_ALTERNATE_ADDRESS (IPv4) (section 2.2.9) structure demonstrates the contents of the same structure when it contains an IPv4 alternative address.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

bSize

bFamily

wPort

dwAddrIn (16 bytes)

...

...

bSize (1 byte): The size of this DN_ALTERNATE_ADDRESS (IPv6) structure excluding the size of this bSize field.

bFamily (1 byte): The address family for this DN_ALTERNATE_ADDRESS (IPv6) structure, which MUST be set to 0x17.

wPort (2 bytes): The port value for this DN_ALTERNATE_ADDRESS (IPv6) structure. This field is treated as a single buffer and is not specified in network byte order.

dwAddrIn (16 bytes): The address of the corresponding IN6_ADDR (IPv6) structure for this DN_ALTERNATE_ADDRESS (IPv6) structure, as described in [MS-DPDX]  section 2.2.36.1. This field is treated as a single buffer and is not specified in network byte order.