Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow.h65 struct netflow_v5_header struct
67 uint16_t version; /* NetFlow version */
68 uint16_t count; /* Number of records in flow */
69 uint32_t sys_uptime; /* System uptime */
70 uint32_t unix_secs; /* Current seconds since 0000 UTC 1970 */
71 uint32_t unix_nsecs; /* Remaining nanoseconds since 0000 UTC 1970 */
72 uint32_t flow_seq; /* Sequence number of the first record */
73 uint8_t engine_type; /* Type of flow switching engine (RP,VIP,etc.) */
74 uint8_t engine_id; /* Slot number of the flow switching engine */
75 uint16_t pad; /* Pad to word boundary */