<div class="content"><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">
  <p>Flags</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>IPV4</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>IPV6</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </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>
  <p>0x00000001</p>
  <p>IPADDR_V4</p>
  </td>
  <td>
  <p>If set, the <b>IPV4</b> field contains a valid
  address. When this bit is set, the IPADDR_IPV6 bit MUST NOT be set.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00000002</p>
  <p>IPADDR_V6</p>
  </td>
  <td>
  <p>If set, the <b>IPV6</b> field contains a valid
  address. When this bit is set, the IPADDR_IPV4 bit MUST NOT be set.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00000008</p>
  <p>IPADDR_ONLINE</p>
  </td>
  <td>
  <p>If set, the IPV4 or IPV6 address is available. This
  flag is applicable only for the servers implementing version 2.</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00000010</p>
  <p>IPADDR_OFFLINE</p>
  </td>
  <td>
  <p>If set, the IPV4 or IPV6 address is not available.
  This flag is applicable only for the server implementing version 2.</p>
  </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>