Searched defs:apr_ipsubnet_t (Results 1 – 2 of 2) sorted by relevance
31 struct apr_ipsubnet_t { struct32 int family;34 apr_uint32_t sub[4]; /* big enough for IPv4 and IPv6 addresses */35 apr_uint32_t mask[4];37 apr_uint32_t sub[1];38 apr_uint32_t mask[1];
201 typedef struct apr_ipsubnet_t apr_ipsubnet_t; typedef