Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/netflow/
H A Dnetflow.h72 struct netflow_v1_record struct
74 uint32_t src_addr; /* Source IP address */
75 uint32_t dst_addr; /* Destination IP address */
76 uint32_t next_hop; /* Next hop IP address */
77 uint16_t in_ifx; /* Source interface index */
78 uint16_t out_ifx; /* Destination interface index */
79 uint32_t packets; /* Number of packets in a flow */
80 uint32_t octets; /* Number of octets in a flow */
81 uint32_t first; /* System uptime at start of a flow */
82 uint32_t last; /* System uptime at end of a flow */
[all …]