Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/netflow/
H A Dnetflow_v9.h47 struct netflow_v9_record_ipv4_tcp struct
49 uint32_t src_addr; /* Source IPv4 address (IPV4_SRC_ADDR) */
50 uint32_t dst_addr; /* Destination IPv4 address (IPV4_DST_ADDR) */
51 uint32_t next_hop; /* Next hop IPv4 address (IPV4_NEXT_HOP) */
52 uint16_t i_ifx; /* Source interface index (INPUT_SNMP) */
53 uint16_t o_ifx; /* Destination interface index (OUTPUT_SNMP) */
54 CNTR i_packets; /* Number of incoming packets in a flow (IN_PKTS) */
55 CNTR i_octets; /* Number of incoming octets in a flow (IN_BYTES) */
56 CNTR o_packets; /* Number of outgoing packets in a flow (OUT_PKTS) */
57 CNTR o_octets; /* Number of outgoing octets in a flow (OUT_BYTES) */
[all …]