Defined in header file: hzIpaddr.h

Enum definition:

enum    hzIpStatus
{

HZ_IPSTATUS_NULLIP address has no associated notes
HZ_IPSTATUS_WHITE_SMTPIP address is whitelisted by a successful SMTP authentication
HZ_IPSTATUS_WHITE_HTTPIP address is whitelisted by a successful HTTP authentication
HZ_IPSTATUS_WHITE_DATAIP address is whitelisted by a successful data authentication
HZ_IPSTATUS_WHITEMask to determine if IP address is whitelisted for any reason
HZ_IPSTATUS_BLACK_SMTPIP address is blacklisted by a failed SMTP authentication
HZ_IPSTATUS_BLACK_HTTPIP address is blacklisted by a failed HTTP authentication
HZ_IPSTATUS_BLACK_DATAIP address is blacklisted by a failed data authentication
HZ_IPSTATUS_BLACK_PROTIP address is blacklisted because of a malformed request
HZ_IPSTATUS_BLACKMask to determine if IP address is blacklisted for any reason

} ;