#include <gnunet_strings_lib.h>
Data Fields | |
uint16_t | start_port |
Starting port range (0 if none given). More... | |
uint16_t | end_port |
End of port range (0 if none given). More... | |
int | negate_portrange |
GNUNET_YES if the port range should be negated ("!" in policy). More... | |
Definition at line 690 of file gnunet_strings_lib.h.
uint16_t GNUNET_STRINGS_PortPolicy::start_port |
Starting port range (0 if none given).
Definition at line 695 of file gnunet_strings_lib.h.
Referenced by compute_policy(), parse_port_policy(), and port_to_regex().
uint16_t GNUNET_STRINGS_PortPolicy::end_port |
End of port range (0 if none given).
Definition at line 700 of file gnunet_strings_lib.h.
Referenced by compute_policy(), parse_port_policy(), and port_to_regex().
int GNUNET_STRINGS_PortPolicy::negate_portrange |
GNUNET_YES if the port range should be negated ("!" in policy).
Definition at line 706 of file gnunet_strings_lib.h.
Referenced by compute_policy(), parse_port_policy(), and port_to_regex().