Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/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];
/dports/devel/apr1/apr-1.7.0/network_io/unix/
H A Dsockaddr.c39 struct apr_ipsubnet_t { struct
40 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];
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_network_io.h198 typedef struct apr_ipsubnet_t apr_ipsubnet_t; typedef
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_network_io.h227 typedef struct apr_ipsubnet_t apr_ipsubnet_t; typedef