Home
last modified time | relevance | path

Searched defs:netflow_v5_header (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netgraph7/netflow/
H A Dnetflow.h59 struct netflow_v5_header struct
61 uint16_t version; /* NetFlow version */
62 uint16_t count; /* Number of records in flow */
63 uint32_t sys_uptime; /* System uptime */
64 uint32_t unix_secs; /* Current seconds since 0000 UTC 1970 */
65 uint32_t unix_nsecs; /* Remaining nanoseconds since 0000 UTC 1970 */
66 uint32_t flow_seq; /* Sequence number of the first record */
67 uint8_t engine_type; /* Type of flow switching engine (RP,VIP,etc.) */
68 uint8_t engine_id; /* Slot number of the flow switching engine */
69 uint16_t pad; /* Pad to word boundary */