Tor 0.4.9.0-alpha-dev
Data Fields
policy_summary_item_t Struct Reference

Data Fields

uint16_t prt_min
 
uint16_t prt_max
 
uint64_t reject_count
 
unsigned int accepted:1
 

Detailed Description

Element of an exit policy summary

Definition at line 74 of file policies.c.

Field Documentation

◆ accepted

unsigned int accepted

Definition at line 79 of file policies.c.

◆ prt_max

uint16_t prt_max

Highest port number to accept/reject.

Definition at line 76 of file policies.c.

◆ prt_min

uint16_t prt_min

Lowest port number to accept/reject.

Definition at line 75 of file policies.c.

◆ reject_count

uint64_t reject_count

Number of IP-Addresses that are rejected to this port range.

Definition at line 77 of file policies.c.


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