Lines Matching defs:netflow_v1_record
72 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 */
83 uint16_t s_port; /* Source port */
84 uint16_t d_port; /* Destination port */
85 uint16_t pad1; /* Pad to word boundary */
86 uint8_t prot; /* IP protocol */
87 uint8_t tos; /* IP type of service */
88 uint8_t flags; /* Cumulative OR of tcp flags */
89 uint8_t pad2; /* Pad to word boundary */
90 uint16_t pad3; /* Pad to word boundary */
91 uint8_t reserved[5]; /* Reserved for future use */