FreeBSD kernel IPv4 code
tflow_entry Struct Reference

#include <ip_fw.h>

Collaboration diagram for tflow_entry:

Data Fields

uint8_t af
 
uint8_t proto
 
uint16_t spare
 
uint16_t sport
 
uint16_t dport
 
union {
   struct {
      struct in_addr   sip
 
      struct in_addr   dip
 
   }   a4
 
   struct {
      struct in6_addr   sip6
 
      struct in6_addr   dip6
 
   }   a6
 
a
 

Detailed Description

Definition at line 851 of file ip_fw.h.

Field Documentation

◆ 

union { ... } tflow_entry::a

◆ 

struct { ... } tflow_entry::a4

◆ 

struct { ... } tflow_entry::a6

◆ af

uint8_t tflow_entry::af

Definition at line 852 of file ip_fw.h.

◆ dip

struct in_addr tflow_entry::dip

Definition at line 860 of file ip_fw.h.

◆ dip6

struct in6_addr tflow_entry::dip6

Definition at line 864 of file ip_fw.h.

◆ dport

uint16_t tflow_entry::dport

Definition at line 856 of file ip_fw.h.

◆ proto

uint8_t tflow_entry::proto

Definition at line 853 of file ip_fw.h.

◆ sip

struct in_addr tflow_entry::sip

Definition at line 859 of file ip_fw.h.

◆ sip6

struct in6_addr tflow_entry::sip6

Definition at line 863 of file ip_fw.h.

◆ spare

uint16_t tflow_entry::spare

Definition at line 854 of file ip_fw.h.

◆ sport

uint16_t tflow_entry::sport

Definition at line 855 of file ip_fw.h.


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