Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/netflow/
H A Dnetflow.h94 struct netflow_v5_record struct
96 uint32_t src_addr; /* Source IP address */
97 uint32_t dst_addr; /* Destination IP address */
98 uint32_t next_hop; /* Next hop IP address */
99 uint16_t i_ifx; /* Source interface index */
100 uint16_t o_ifx; /* Destination interface index */
124 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS) argument