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