Lines Matching defs:nfrec_v5
96 struct nfrec_v5 { struct
97 nd_ipv4 src_ina;
98 nd_ipv4 dst_ina;
99 nd_ipv4 nhop_ina;
100 nd_uint16_t input; /* SNMP index of input interface */
101 nd_uint16_t output; /* SNMP index of output interface */
102 nd_uint32_t packets; /* packets in the flow */
103 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
104 nd_uint32_t start_time; /* sys_uptime value at start of flow */
105 nd_uint32_t last_time; /* sys_uptime value when last packet of flow was received */
106 nd_uint16_t srcport; /* TCP/UDP source port or equivalent */
107 nd_uint16_t dstport; /* TCP/UDP source port or equivalent */
108 nd_byte pad1; /* pad */
109 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */
110 nd_uint8_t proto; /* IP protocol type */
111 nd_uint8_t tos; /* IP type of service */
112 nd_uint16_t src_as; /* AS number of the source */
113 nd_uint16_t dst_as; /* AS number of the destination */
114 nd_uint8_t src_mask; /* source address mask bits */
115 nd_uint8_t dst_mask; /* destination address prefix mask bits */
116 nd_byte pad2[2];
117 nd_ipv4 peer_nexthop; /* v6: IP address of the nexthop within the peer (FIB)*/