FreeBSD kernel netgraph code
ng_nat_redirect_proto Struct Reference

#include <ng_nat.h>

Data Fields

struct in_addr local_addr
 
struct in_addr alias_addr
 
struct in_addr remote_addr
 
uint8_t proto
 
char description [NG_NAT_DESC_LENGTH]
 

Detailed Description

Definition at line 103 of file ng_nat.h.

Field Documentation

◆ alias_addr

struct in_addr ng_nat_redirect_proto::alias_addr

Definition at line 105 of file ng_nat.h.

Referenced by ng_nat_rcvmsg().

◆ description

char ng_nat_redirect_proto::description[NG_NAT_DESC_LENGTH]

Definition at line 108 of file ng_nat.h.

Referenced by ng_nat_rcvmsg().

◆ local_addr

struct in_addr ng_nat_redirect_proto::local_addr

Definition at line 104 of file ng_nat.h.

Referenced by ng_nat_rcvmsg().

◆ proto

uint8_t ng_nat_redirect_proto::proto

Definition at line 107 of file ng_nat.h.

Referenced by ng_nat_rcvmsg().

◆ remote_addr

struct in_addr ng_nat_redirect_proto::remote_addr

Definition at line 106 of file ng_nat.h.

Referenced by ng_nat_rcvmsg().


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