Home
last modified time | relevance | path

Searched defs:apr_ipsubnet_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsockaddr.c31 struct apr_ipsubnet_t { struct
32 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];
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_network_io.h201 typedef struct apr_ipsubnet_t apr_ipsubnet_t; typedef