<div class="content" name="IPADDR_INFO" uuid="eca3e933-07fe-42e6-8ddf-5fc5523210db"><p>The IPADDR_INFO structure specifies the IP addresses of the
interface. </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="32">Flags</td>
 </tr>
 <tr>
  <td colspan="32">IPV4</td>
 </tr>
 <tr>
  <td colspan="32">IPV6</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>Flags (4 bytes):</b>  The Flags field SHOULD<a id="Appendix_A_Target_1"></a><a aria-label="Product behavior note 1" href="67e3c09b-4fe1-48c8-90c2-5be07d91b806#Appendix_A_1" data-linktype="relative-path">&lt;1&gt;</a> be set to a combination of one or
more of the following values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x00000001 IPADDR_V4</td>
  <td>If set, the IPV4 field contains a valid address. When this bit is set, the IPADDR_IPV6 bit MUST NOT be set.</td>
 </tr><tr>
  <td>0x00000002 IPADDR_V6</td>
  <td>If set, the IPV6 field contains a valid address. When this bit is set, the IPADDR_IPV4 bit MUST NOT be set.</td>
 </tr><tr>
  <td>0x00000008 IPADDR_ONLINE</td>
  <td>If set, the IPV4 or IPV6 address is available. This flag is applicable only for the servers that implement version 2.</td>
 </tr><tr>
  <td>0x00000010 IPADDR_OFFLINE</td>
  <td>If set, the IPV4 or IPV6 address is not available. This flag is applicable only for the server that implement version 2.</td>
 </tr></tbody></table>
</dd></dl><p><b>IPV4 (4 bytes):</b>  The <a href="bdf33531-fabc-46df-8252-1100c9c0da85#gt_0f25c9b5-dc73-4c3e-9433-f09d1f62ea8e" data-linktype="relative-path">IPv4</a> address of the
interface, if the IPADDR_V4 flag is set in the Flags field. </p><p><b>IPV6 (16 bytes):</b>  The <a href="bdf33531-fabc-46df-8252-1100c9c0da85#gt_64c29bb6-c8b2-4281-9f3a-c1eb5d2288aa" data-linktype="relative-path">IPv6</a> address of the
interface, if the IPADDR_V6 flag is set in the Flags field. </p></div>