Source position: jwaiptypes.pas line 201
type IP_DAD_STATE = (
IpDadStateInvalid,
IpDadStateTentative,
IpDadStateDuplicate,
IpDadStateDeprecated,
IpDadStatePreferred
);