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 741 of file gnunet_strings_lib.h.
struct in6_addr GNUNET_STRINGS_IPv6NetworkPolicy::network |
IPv6 address.
Definition at line 746 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv6_policy(), GNUNET_TUN_ipv6policy2regex(), and ipv6_to_regex().
struct in6_addr GNUNET_STRINGS_IPv6NetworkPolicy::netmask |
IPv6 netmask.
Definition at line 751 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 756 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv6_policy(), and ipv6_to_regex().