FreeBSD kernel IPv4 code
nat44_cfg_redir Struct Reference

#include <ip_fw.h>

Collaboration diagram for nat44_cfg_redir:

Data Fields

struct in_addr laddr
 
struct in_addr paddr
 
struct in_addr raddr
 
uint16_t lport
 
uint16_t pport
 
uint16_t rport
 
uint16_t pport_cnt
 
uint16_t rport_cnt
 
uint16_t mode
 
uint16_t spool_cnt
 
uint16_t spare
 
uint32_t proto
 

Detailed Description

Definition at line 529 of file ip_fw.h.

Field Documentation

◆ laddr

struct in_addr nat44_cfg_redir::laddr

Definition at line 530 of file ip_fw.h.

◆ lport

uint16_t nat44_cfg_redir::lport

Definition at line 533 of file ip_fw.h.

◆ mode

uint16_t nat44_cfg_redir::mode

Definition at line 538 of file ip_fw.h.

◆ paddr

struct in_addr nat44_cfg_redir::paddr

Definition at line 531 of file ip_fw.h.

◆ pport

uint16_t nat44_cfg_redir::pport

Definition at line 534 of file ip_fw.h.

◆ pport_cnt

uint16_t nat44_cfg_redir::pport_cnt

Definition at line 536 of file ip_fw.h.

◆ proto

uint32_t nat44_cfg_redir::proto

Definition at line 541 of file ip_fw.h.

◆ raddr

struct in_addr nat44_cfg_redir::raddr

Definition at line 532 of file ip_fw.h.

◆ rport

uint16_t nat44_cfg_redir::rport

Definition at line 535 of file ip_fw.h.

◆ rport_cnt

uint16_t nat44_cfg_redir::rport_cnt

Definition at line 537 of file ip_fw.h.

◆ spare

uint16_t nat44_cfg_redir::spare

Definition at line 540 of file ip_fw.h.

◆ spool_cnt

uint16_t nat44_cfg_redir::spool_cnt

Definition at line 539 of file ip_fw.h.


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