Home
last modified time | relevance | path

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

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