GNUnet 0.21.2
GNUNET_STRINGS_IPv6NetworkPolicy Struct Reference

network in CIDR notation for IPV6. More...

#include <gnunet_strings_lib.h>

Collaboration diagram for GNUNET_STRINGS_IPv6NetworkPolicy:
[legend]

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...
 

Detailed Description

network in CIDR notation for IPV6.

Definition at line 741 of file gnunet_strings_lib.h.

Field Documentation

◆ network

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().

◆ netmask

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().

◆ pp

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().


The documentation for this struct was generated from the following file: