MIB_PROXYARP

The MIB_PROXYARP structure stores information for a Proxy Address Resolution Protocol (PARP) entry.

typedef struct _MIB_PROXYARP {
  DWORD   dwAddress;    // address for which to proxy
  DWORD   dwMask;       // subnet mask for the address
  DWORD   dwIfIndex;    // interface on which to proxy
} MIB_PROXYARP, *PMIB_PROXYARP;

Members

dwAddress
Specifies the IP address for which to act as a proxy.
dwMask
Specifies the subnet mask for the IP address specified by the dwAddress member.
dwIfIndex
Specifies the index of the interface on which to act as a proxy for the address specified by the dwAddress member.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Iprtrmib.h.

See Also

CreateProxyArpEntry, DeleteProxyArpEntry