Lines Matching defs:nfrec_v1
67 struct nfrec_v1 { struct
68 struct in_addr src_ina;
69 struct in_addr dst_ina;
70 struct in_addr nhop_ina;
71 uint16_t input; /* SNMP index of input interface */
72 uint16_t output; /* SNMP index of output interface */
73 uint32_t packets; /* packets in the flow */
74 uint32_t octets; /* layer 3 octets in the packets of the flow */
75 uint32_t start_time; /* sys_uptime value at start of flow */
76 uint32_t last_time; /* sys_uptime value when last packet of flow was received */
77 uint16_t srcport; /* TCP/UDP source port or equivalent */
78 uint16_t dstport; /* TCP/UDP source port or equivalent */
79 uint16_t pad1; /* pad */
80 uint8_t proto; /* IP protocol type */
81 uint8_t tos; /* IP type of service */
82 uint8_t tcp_flags; /* cumulative OR of TCP flags */
83 uint8_t pad[3]; /* padding */
84 uint32_t reserved; /* unused */