FreeBSD kernel netgraph code
netflow_v5_header Struct Reference

#include <netflow.h>

Data Fields

uint16_t version
 
uint16_t count
 
uint32_t sys_uptime
 
uint32_t unix_secs
 
uint32_t unix_nsecs
 
uint32_t flow_seq
 
uint8_t engine_type
 
uint8_t engine_id
 
uint16_t pad
 

Detailed Description

Definition at line 66 of file netflow.h.

Field Documentation

◆ count

uint16_t netflow_v5_header::count

Definition at line 69 of file netflow.h.

Referenced by get_export_dgram().

◆ engine_id

uint8_t netflow_v5_header::engine_id

Definition at line 75 of file netflow.h.

◆ engine_type

uint8_t netflow_v5_header::engine_type

Definition at line 74 of file netflow.h.

◆ flow_seq

uint32_t netflow_v5_header::flow_seq

Definition at line 73 of file netflow.h.

◆ pad

uint16_t netflow_v5_header::pad

Definition at line 76 of file netflow.h.

Referenced by get_export_dgram().

◆ sys_uptime

uint32_t netflow_v5_header::sys_uptime

Definition at line 70 of file netflow.h.

◆ unix_nsecs

uint32_t netflow_v5_header::unix_nsecs

Definition at line 72 of file netflow.h.

◆ unix_secs

uint32_t netflow_v5_header::unix_secs

Definition at line 71 of file netflow.h.

◆ version

uint16_t netflow_v5_header::version

Definition at line 68 of file netflow.h.

Referenced by get_export_dgram().


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