FreeBSD kernel IPv4 code
proxy_entry Struct Reference
Collaboration diagram for proxy_entry:

Data Fields

struct libaliasla
 
int rule_index
 
int proxy_type
 
u_char proto
 
u_short proxy_port
 
u_short server_port
 
struct in_addr server_addr
 
struct in_addr src_addr
 
struct in_addr src_mask
 
struct in_addr dst_addr
 
struct in_addr dst_mask
 
struct proxy_entrynext
 
struct proxy_entrylast
 

Detailed Description

Definition at line 92 of file alias_proxy.c.

Field Documentation

◆ dst_addr

struct in_addr proxy_entry::dst_addr

Definition at line 108 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ dst_mask

struct in_addr proxy_entry::dst_mask

Definition at line 109 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ la

struct libalias* proxy_entry::la

Definition at line 93 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), ProxyCheck(), RuleAdd(), RuleDelete(), and RuleNumberDelete().

◆ last

struct proxy_entry* proxy_entry::last

Definition at line 112 of file alias_proxy.c.

Referenced by RuleAdd(), and RuleDelete().

◆ next

struct proxy_entry* proxy_entry::next

Definition at line 111 of file alias_proxy.c.

Referenced by ProxyCheck(), RuleAdd(), RuleDelete(), and RuleNumberDelete().

◆ proto

u_char proxy_entry::proto

Definition at line 99 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ proxy_port

u_short proxy_entry::proxy_port

Definition at line 100 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ proxy_type

int proxy_entry::proxy_type

Definition at line 98 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ rule_index

int proxy_entry::rule_index

Definition at line 97 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), RuleAdd(), and RuleNumberDelete().

◆ server_addr

struct in_addr proxy_entry::server_addr

Definition at line 103 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ server_port

u_short proxy_entry::server_port

Definition at line 101 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ src_addr

struct in_addr proxy_entry::src_addr

Definition at line 105 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().

◆ src_mask

struct in_addr proxy_entry::src_mask

Definition at line 106 of file alias_proxy.c.

Referenced by LibAliasProxyRule(), and ProxyCheck().


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