FreeBSD kernel netgraph code
ng_nat_listrdrs_entry Struct Reference

#include <ng_nat.h>

Data Fields

uint32_t id
 
struct in_addr local_addr
 
struct in_addr alias_addr
 
struct in_addr remote_addr
 
uint16_t local_port
 
uint16_t alias_port
 
uint16_t remote_port
 
uint16_t proto
 
uint16_t lsnat
 
char description [NG_NAT_DESC_LENGTH]
 

Detailed Description

Definition at line 137 of file ng_nat.h.

Field Documentation

◆ alias_addr

struct in_addr ng_nat_listrdrs_entry::alias_addr

Definition at line 140 of file ng_nat.h.

◆ alias_port

uint16_t ng_nat_listrdrs_entry::alias_port

Definition at line 143 of file ng_nat.h.

◆ description

char ng_nat_listrdrs_entry::description[NG_NAT_DESC_LENGTH]

Definition at line 147 of file ng_nat.h.

◆ id

uint32_t ng_nat_listrdrs_entry::id

Definition at line 138 of file ng_nat.h.

◆ local_addr

struct in_addr ng_nat_listrdrs_entry::local_addr

Definition at line 139 of file ng_nat.h.

◆ local_port

uint16_t ng_nat_listrdrs_entry::local_port

Definition at line 142 of file ng_nat.h.

◆ lsnat

uint16_t ng_nat_listrdrs_entry::lsnat

Definition at line 146 of file ng_nat.h.

◆ proto

uint16_t ng_nat_listrdrs_entry::proto

Definition at line 145 of file ng_nat.h.

◆ remote_addr

struct in_addr ng_nat_listrdrs_entry::remote_addr

Definition at line 141 of file ng_nat.h.

◆ remote_port

uint16_t ng_nat_listrdrs_entry::remote_port

Definition at line 144 of file ng_nat.h.


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