<div class="content" name="MIB_IPNETTABLE" uuid="cd7cc189-cd98-4bf4-bae1-1365400bd243"><p> The <b>MIB_IPNETTABLE</b> structure contains a table of ARP
entries for IPv4 addresses.</p><dl>
<dd>
<div><pre> typedef struct _MIB_IPNETTABLE {
   DWORD dwNumEntries;
   MIB_IPNETROW table[1];
   BYTE reserved[8];
 } MIB_IPNETTABLE,
  *PMIB_IPNETTABLE;
</pre></div>
</dd></dl><p><b>dwNumEntries: </b>The number of ARP entries in the
table.</p><p><b>table: </b>A pointer to a table of ARP entries
implemented as an array of <a href="1dab4bfb-a5dc-4763-afdb-5ea211f42ce1" data-linktype="relative-path"><b>MIB_IPNETROW (section 2.2.1.2.47)</b></a>
structures. </p><p><b>reserved: </b>An array of 8 bytes that SHOULD be
set to 0 and ignored on receipt.</p></div>