2.2.1.2.54 MIB_PROXYARP

The MIB_PROXYARP structure stores information for a Proxy Address Resolution Protocol (PARP) entry. This structure is used in MIB_OPAQUE_INFO (section 2.2.1.2.52).

 typedef struct _MIB_PROXYARP {
   DWORD dwAddress;
   DWORD dwMask;
   DWORD dwIfIndex;
 } MIB_PROXYARP,
  *PMIB_PROXYARP;

dwAddress: The IPv4 address that acts as a proxy.

dwMask: The subnet mask for the IPv4 address specified by the dwAddress member. See [RFC950].

dwIfIndex: The index of the interface that acts as a proxy for the address specified by the dwAddress member.