network in CIDR notation for IPV6. More...
#include <gnunet_strings_lib.h>
Data Fields | |
struct in6_addr | network |
IPv6 address. More... | |
struct in6_addr | netmask |
IPv6 netmask. More... | |
struct GNUNET_STRINGS_PortPolicy | pp |
Policy for port access. More... | |
network in CIDR notation for IPV6.
Definition at line 735 of file gnunet_strings_lib.h.
struct in6_addr GNUNET_STRINGS_IPv6NetworkPolicy::network |
IPv6 address.
Definition at line 740 of file gnunet_strings_lib.h.
Referenced by GNUNET_REGEX_ipv6policy2regex(), GNUNET_STRINGS_parse_ipv6_policy(), and ipv6_to_regex().
struct in6_addr GNUNET_STRINGS_IPv6NetworkPolicy::netmask |
IPv6 netmask.
Definition at line 745 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv6_policy(), and ipv6_to_regex().
struct GNUNET_STRINGS_PortPolicy GNUNET_STRINGS_IPv6NetworkPolicy::pp |
Policy for port access.
Definition at line 750 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv6_policy(), and ipv6_to_regex().