IPV4 network in CIDR notation. More...
#include <gnunet_strings_lib.h>
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... | |
IPV4 network in CIDR notation.
Definition at line 713 of file gnunet_strings_lib.h.
struct in_addr GNUNET_STRINGS_IPv4NetworkPolicy::network |
IPv4 address.
Definition at line 718 of file gnunet_strings_lib.h.
Referenced by GNUNET_REGEX_ipv4policy2regex(), and ipv4_to_regex().
struct in_addr GNUNET_STRINGS_IPv4NetworkPolicy::netmask |
IPv4 netmask.
Definition at line 723 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv4_policy(), and ipv4_to_regex().
struct GNUNET_STRINGS_PortPolicy GNUNET_STRINGS_IPv4NetworkPolicy::pp |
Policy for port access.
Definition at line 728 of file gnunet_strings_lib.h.
Referenced by GNUNET_STRINGS_parse_ipv4_policy(), and ipv4_to_regex().