2.2.1.2.48 MIB_IPNETTABLE
The MIB_IPNETTABLE structure contains a table of ARP entries for IPv4 addresses.
-
typedef struct _MIB_IPNETTABLE { DWORD dwNumEntries; MIB_IPNETROW table[1]; BYTE reserved[8]; } MIB_IPNETTABLE, *PMIB_IPNETTABLE;
dwNumEntries: The number of ARP entries in the table.
table: A pointer to a table of ARP entries implemented as an array of MIB_IPNETROW (section 2.2.1.2.47) structures.
reserved: An array of 8 bytes that SHOULD be set to 0 and ignored on receipt.