Lines Matching defs:netflow_v1_record
88 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 */
99 uint16_t s_port; /* Source port */
100 uint16_t d_port; /* Destination port */
101 uint16_t pad1; /* Pad to word boundary */
102 uint8_t prot; /* IP protocol */
103 uint8_t tos; /* IP type of service */
104 uint8_t flags; /* Cumulative OR of tcp flags */
105 uint8_t pad2; /* Pad to word boundary */
106 uint16_t pad3; /* Pad to word boundary */
107 uint8_t reserved[5]; /* Reserved for future use */