<div class="content" name="IPBOOTP_IF_BINDING" uuid="02273e6a-7a6d-4a00-a05c-57633c5f0884"><p>In the <b>IPBOOTP_IF_BINDING</b> structure, the MIB entry
contains the table of IP addresses to which each interface is bound. All of the
IP addresses are in network order. The base structure contains the field
IB_AddrCount, which gives the number of IP addresses to which the indexed
interface is bound. The IP addresses themselves follow the base structure and
are given as <a href="843cf179-2f88-494c-88d7-9a2a385311a5" data-linktype="relative-path"><b>IPBOOTP_IP_ADDRESS (section 2.2.1.2.155)</b></a>
structures.  </p><dl>
<dd>
<div><pre> typedef struct _IPBOOTP_IF_BINDING {
   DWORD IB_State;
   DWORD IB_AddrCount;
 } IPBOOTP_IF_BINDING,
  *PIPBOOTP_IF_BINDING;
</pre></div>
</dd></dl><p><b>IB_State: </b>The state of the IPBOOTP. It MUST be
one of the following values.</p><table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>IPBOOTP_STATE_ENABLED 0x00000001</td>
  <td>The interface is enabled.</td>
 </tr><tr>
  <td>IPBOOTP_STATE_BOUND 0x00000002</td>
  <td>The socket is bound and can listen to the IP BOOTP packets [RFC1542].</td>
 </tr></tbody></table><p><b>IB_AddrCount: </b>The number of IP addresses to
which the indexed interface is bound.</p></div>