Defined in header file: hzIpaddr.h
Enum definition:
enum hzIpStatus
{
| HZ_IPSTATUS_NULL | IP address has no associated notes | ||
| HZ_IPSTATUS_WHITE_SMTP | IP address is whitelisted by a successful SMTP authentication | ||
| HZ_IPSTATUS_WHITE_HTTP | IP address is whitelisted by a successful HTTP authentication | ||
| HZ_IPSTATUS_WHITE_DATA | IP address is whitelisted by a successful data authentication | ||
| HZ_IPSTATUS_WHITE | Mask to determine if IP address is whitelisted for any reason | ||
| HZ_IPSTATUS_BLACK_SMTP | IP address is blacklisted by a failed SMTP authentication | ||
| HZ_IPSTATUS_BLACK_HTTP | IP address is blacklisted by a failed HTTP authentication | ||
| HZ_IPSTATUS_BLACK_DATA | IP address is blacklisted by a failed data authentication | ||
| HZ_IPSTATUS_BLACK_PROT | IP address is blacklisted because of a malformed request | ||
| HZ_IPSTATUS_BLACK | Mask to determine if IP address is blacklisted for any reason |
} ;