1 #ifndef ACL_VALID_HOSTNAME_INCLUDE_H 2 #define ACL_VALID_HOSTNAME_INCLUDE_H 8 #include "../stdlib/acl_define.h" 11 #define ACL_VALID_HOSTNAME_LEN 255 12 #define ACL_VALID_LABEL_LEN 63 14 #define ACL_DONT_GRIPE 0 15 #define ACL_DO_GRIPE 1 ACL_API int acl_valid_hostname(const char *, int)
ACL_API int acl_valid_ipv6_hostaddr(const char *, int)
ACL_API int acl_valid_ipv4_hostaddr(const char *, int)
ACL_API int acl_valid_hostaddr(const char *, int)
ACL_API int acl_valid_unix(const char *)