Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-cnfp.c98 struct nfrec_v5 { struct
99 nd_ipv4 src_ina;
100 nd_ipv4 dst_ina;
101 nd_ipv4 nhop_ina;
102 nd_uint16_t input; /* SNMP index of input interface */
103 nd_uint16_t output; /* SNMP index of output interface */
104 nd_uint32_t packets; /* packets in the flow */
105 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
106 nd_uint32_t start_time; /* sys_uptime value at start of flow */
107 nd_uint32_t last_time; /* sys_uptime value when last packet of flow was received */
[all …]