2.2.1.2.169 IPRIP_IP_ADDRESS
The IPRIP_IP_ADDRESS structure is used for storing interface bindings. A series of structures of this type follows the IPRIP_IF_BINDING (section 2.2.1.2.168) structure. This structure is used in IPRIP_IF_BINDING. Both fields are IP address fields in network-order.
-
typedef struct _IPRIP_IP_ADDRESS { DWORD IA_Address; DWORD IA_Netmask; } IPRIP_IP_ADDRESS, *PIPRIP_IP_ADDRESS;
IA_Address: The IP address.
IA_Netmask: The net mask. See [RFC950].