FreeBSD kernel netgraph code
netflow_v1_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
 

Detailed Description

Definition at line 57 of file netflow.h.

Field Documentation

◆ count

uint16_t netflow_v1_header::count

Definition at line 60 of file netflow.h.

◆ sys_uptime

uint32_t netflow_v1_header::sys_uptime

Definition at line 61 of file netflow.h.

◆ unix_nsecs

uint32_t netflow_v1_header::unix_nsecs

Definition at line 63 of file netflow.h.

◆ unix_secs

uint32_t netflow_v1_header::unix_secs

Definition at line 62 of file netflow.h.

◆ version

uint16_t netflow_v1_header::version

Definition at line 59 of file netflow.h.


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