<div class="content" name="IPv6_Sockaddr" uuid="f8e21b2b-6ea5-4eb9-a350-acdabe33cc93"><p>The <b>IPv6 Address </b>structure specifies the format of an
IPv6 socket address. This structure is built as if on a little-endian machine
and is treated as a byte array. </p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="16">AddressFamily</td>
  <td colspan="16">Port</td>
 </tr>
 <tr>
  <td colspan="32">FlowInfo</td>
 </tr>
 <tr>
  <td colspan="32">Address (16 bytes)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">ScopeID</td>
 </tr>
</tbody></table><p><b>AddressFamily (2 bytes): </b>Address family; MUST
be 0x0017.</p><p><b>Port (2 bytes): </b>An IP port number.</p><p><b>FlowInfo (4 bytes): </b>Flow information. This
field is not used by the protocol. The field MUST be set to zero and MUST be
ignored on receipt.</p><p><b>Address (16 bytes): </b>An IP address, as
specified in <span><a href="https://go.microsoft.com/fwlink/?LinkId=90425" data-linktype="external">[RFC3493]</a></span>.</p><p><b>ScopeID (4 bytes): </b>A set of interfaces for a
scope, as specified in [RFC3493].</p></div>