GNUnet 0.21.1
GNUNET_STRINGS_PortPolicy Struct Reference

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

Detailed Description

Definition at line 696 of file gnunet_strings_lib.h.

Field Documentation

◆ start_port

uint16_t GNUNET_STRINGS_PortPolicy::start_port

Starting port range (0 if none given).

Definition at line 701 of file gnunet_strings_lib.h.

Referenced by compute_policy(), parse_port_policy(), and port_to_regex().

◆ end_port

uint16_t GNUNET_STRINGS_PortPolicy::end_port

End of port range (0 if none given).

Definition at line 706 of file gnunet_strings_lib.h.

Referenced by compute_policy(), parse_port_policy(), and port_to_regex().

◆ negate_portrange

int GNUNET_STRINGS_PortPolicy::negate_portrange

GNUNET_YES if the port range should be negated ("!" in policy).

Definition at line 712 of file gnunet_strings_lib.h.

Referenced by compute_policy(), parse_port_policy(), and port_to_regex().


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