GNUnet 0.21.2
GNUNET_STRINGS_IPv4NetworkPolicy Struct Reference

IPV4 network in CIDR notation. More...

#include <gnunet_strings_lib.h>

Collaboration diagram for GNUNET_STRINGS_IPv4NetworkPolicy:
[legend]

Data Fields

struct in_addr network
 IPv4 address. More...
 
struct in_addr netmask
 IPv4 netmask. More...
 
struct GNUNET_STRINGS_PortPolicy pp
 Policy for port access. More...
 

Detailed Description

IPV4 network in CIDR notation.

Definition at line 719 of file gnunet_strings_lib.h.

Field Documentation

◆ network

struct in_addr GNUNET_STRINGS_IPv4NetworkPolicy::network

IPv4 address.

Definition at line 724 of file gnunet_strings_lib.h.

Referenced by GNUNET_TUN_ipv4policy2regex(), and ipv4_to_regex().

◆ netmask

struct in_addr GNUNET_STRINGS_IPv4NetworkPolicy::netmask

IPv4 netmask.

Definition at line 729 of file gnunet_strings_lib.h.

Referenced by GNUNET_STRINGS_parse_ipv4_policy(), and ipv4_to_regex().

◆ pp

struct GNUNET_STRINGS_PortPolicy GNUNET_STRINGS_IPv4NetworkPolicy::pp

Policy for port access.

Definition at line 734 of file gnunet_strings_lib.h.

Referenced by GNUNET_STRINGS_parse_ipv4_policy(), and ipv4_to_regex().


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