Searched defs:apr_ipsubnet_t (Results 1 – 2 of 2) sorted by relevance
39 struct apr_ipsubnet_t { struct40 int family;42 apr_uint32_t sub[4]; /* big enough for IPv4 and IPv6 addresses */43 apr_uint32_t mask[4];45 apr_uint32_t sub[1];46 apr_uint32_t mask[1];
227 typedef struct apr_ipsubnet_t apr_ipsubnet_t; typedef