Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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].