Home
last modified time | relevance | path

Searched defs:nfrec_v6 (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-cnfp.c133 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 */
[all …]