Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.h111 struct netflow_v5_record struct
113 uint32_t src_addr; /* Source IP address */
114 uint32_t dst_addr; /* Destination IP address */
115 uint32_t next_hop; /* Next hop IP address */
116 uint16_t i_ifx; /* Source interface index */
117 uint16_t o_ifx; /* Destination interface index */
141 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS) argument
/f-stack/tools/compat/include/netgraph/netflow/
H A Dnetflow.h109 struct netflow_v5_record struct
111 uint32_t src_addr; /* Source IP address */
112 uint32_t dst_addr; /* Destination IP address */
113 uint32_t next_hop; /* Next hop IP address */
114 uint16_t i_ifx; /* Source interface index */
115 uint16_t o_ifx; /* Destination interface index */
139 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS) argument