- uint16_t input; /* SNMP index of input interface */
- uint16_t output; /* SNMP index of output interface */
- uint32_t packets; /* packets in the flow */
- uint32_t octets; /* layer 3 octets in the packets of the flow */
- uint32_t start_time; /* sys_uptime value at start of flow */
- uint32_t last_time; /* sys_uptime value when last packet of flow was received */
- uint16_t srcport; /* TCP/UDP source port or equivalent */
- uint16_t dstport; /* TCP/UDP source port or equivalent */
- uint8_t pad1; /* pad */
- uint8_t tcp_flags; /* cumulative OR of TCP flags */
- uint8_t proto; /* IP protocol type */
- uint8_t tos; /* IP type of service */
- uint16_t src_as; /* AS number of the source */
- uint16_t dst_as; /* AS number of the destination */
- uint8_t src_mask; /* source address mask bits */
- uint8_t dst_mask; /* destination address prefix mask bits */
- uint16_t pad2;
+ nd_uint16_t input; /* SNMP index of input interface */
+ nd_uint16_t output; /* SNMP index of output interface */
+ nd_uint32_t packets; /* packets in the flow */
+ nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
+ nd_uint32_t start_time; /* sys_uptime value at start of flow */
+ nd_uint32_t last_time; /* sys_uptime value when last packet of flow was received */
+ nd_uint16_t srcport; /* TCP/UDP source port or equivalent */
+ nd_uint16_t dstport; /* TCP/UDP source port or equivalent */
+ nd_byte pad1; /* pad */
+ nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */
+ nd_uint8_t proto; /* IP protocol type */
+ nd_uint8_t tos; /* IP type of service */
+ nd_uint16_t src_as; /* AS number of the source */
+ nd_uint16_t dst_as; /* AS number of the destination */
+ nd_uint8_t src_mask; /* source address mask bits */
+ nd_uint8_t dst_mask; /* destination address prefix mask bits */
+ nd_byte pad2[2];