FreeBSD kernel netgraph code
ng_nat_list_redirects Struct Reference

#include <ng_nat.h>

Collaboration diagram for ng_nat_list_redirects:

Data Fields

uint32_t total_count
 
struct ng_nat_listrdrs_entry redirects []
 

Detailed Description

Definition at line 166 of file ng_nat.h.

Field Documentation

◆ redirects

struct ng_nat_listrdrs_entry ng_nat_list_redirects::redirects[]

Definition at line 168 of file ng_nat.h.

Referenced by ng_nat_listrdrs_ary_getLength(), and ng_nat_rcvmsg().

◆ total_count

uint32_t ng_nat_list_redirects::total_count

Definition at line 167 of file ng_nat.h.

Referenced by ng_nat_listrdrs_ary_getLength(), and ng_nat_rcvmsg().


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