Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/netflow/
H A Dnetflow.h88 struct netflow_v1_record struct
90 uint32_t src_addr; /* Source IP address */
91 uint32_t dst_addr; /* Destination IP address */
92 uint32_t next_hop; /* Next hop IP address */
93 uint16_t in_ifx; /* Source interface index */
94 uint16_t out_ifx; /* Destination interface index */
95 uint32_t packets; /* Number of packets in a flow */
96 uint32_t octets; /* Number of octets in a flow */
97 uint32_t first; /* System uptime at start of a flow */
98 uint32_t last; /* System uptime at end of a flow */
[all …]