FreeBSD kernel netgraph code
netflow_v1_record Struct Reference

#include <netflow.h>

Data Fields

uint32_t src_addr
 
uint32_t dst_addr
 
uint32_t next_hop
 
uint16_t in_ifx
 
uint16_t out_ifx
 
uint32_t packets
 
uint32_t octets
 
uint32_t first
 
uint32_t last
 
uint16_t s_port
 
uint16_t d_port
 
uint16_t pad1
 
uint8_t prot
 
uint8_t tos
 
uint8_t flags
 
uint8_t pad2
 
uint16_t pad3
 
uint8_t reserved [5]
 

Detailed Description

Definition at line 89 of file netflow.h.

Field Documentation

◆ d_port

uint16_t netflow_v1_record::d_port

Definition at line 101 of file netflow.h.

◆ dst_addr

uint32_t netflow_v1_record::dst_addr

Definition at line 92 of file netflow.h.

◆ first

uint32_t netflow_v1_record::first

Definition at line 98 of file netflow.h.

◆ flags

uint8_t netflow_v1_record::flags

Definition at line 105 of file netflow.h.

◆ in_ifx

uint16_t netflow_v1_record::in_ifx

Definition at line 94 of file netflow.h.

◆ last

uint32_t netflow_v1_record::last

Definition at line 99 of file netflow.h.

◆ next_hop

uint32_t netflow_v1_record::next_hop

Definition at line 93 of file netflow.h.

◆ octets

uint32_t netflow_v1_record::octets

Definition at line 97 of file netflow.h.

◆ out_ifx

uint16_t netflow_v1_record::out_ifx

Definition at line 95 of file netflow.h.

◆ packets

uint32_t netflow_v1_record::packets

Definition at line 96 of file netflow.h.

◆ pad1

uint16_t netflow_v1_record::pad1

Definition at line 102 of file netflow.h.

◆ pad2

uint8_t netflow_v1_record::pad2

Definition at line 106 of file netflow.h.

◆ pad3

uint16_t netflow_v1_record::pad3

Definition at line 107 of file netflow.h.

◆ prot

uint8_t netflow_v1_record::prot

Definition at line 103 of file netflow.h.

◆ reserved

uint8_t netflow_v1_record::reserved[5]

Definition at line 108 of file netflow.h.

◆ s_port

uint16_t netflow_v1_record::s_port

Definition at line 100 of file netflow.h.

◆ src_addr

uint32_t netflow_v1_record::src_addr

Definition at line 91 of file netflow.h.

◆ tos

uint8_t netflow_v1_record::tos

Definition at line 104 of file netflow.h.


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