2.2.1.2.155 IPBOOTP_IP_ADDRESS

The IPBOOTP_IP_ADDRESS structure is used for storing interface bindings. A series of structures of this type follows the IPBOOTP_IF_BINDING structure. Both fields are IP address fields in network order.

 typedef struct _IPBOOTP_IP_ADDRESS {
   DWORD IA_Address;
   DWORD IA_Netmask;
 } IPBOOTP_IP_ADDRESS,
  *PIPBOOTP_IP_ADDRESS;

IA_Address: The IP address in network byte order.

IA_Netmask: The network mask in network byte order. See [RFC950].