Lines Matching defs:nfrec_v6
133 struct nfrec_v6 { struct
134 struct in_addr src_ina;
135 struct in_addr dst_ina;
136 struct in_addr nhop_ina;
137 uint16_t input; /* SNMP index of input interface */
138 uint16_t output; /* SNMP index of output interface */
139 uint32_t packets; /* packets in the flow */
140 uint32_t octets; /* layer 3 octets in the packets of the flow */
141 uint32_t start_time; /* sys_uptime value at start of flow */
142 uint32_t last_time; /* sys_uptime value when last packet of flow was received */
143 uint16_t srcport; /* TCP/UDP source port or equivalent */
144 uint16_t dstport; /* TCP/UDP source port or equivalent */
145 uint8_t pad1; /* pad */
146 uint8_t tcp_flags; /* cumulative OR of TCP flags */
147 uint8_t proto; /* IP protocol type */
148 uint8_t tos; /* IP type of service */
149 uint16_t src_as; /* AS number of the source */
150 uint16_t dst_as; /* AS number of the destination */
151 uint8_t src_mask; /* source address mask bits */
152 uint8_t dst_mask; /* destination address prefix mask bits */
153 uint16_t flags;
154 struct in_addr peer_nexthop; /* v6: IP address of the nexthop within the peer (FIB)*/