Searched refs:Nfcount_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dnetflow.h182 typedef uintmax_t Nfcount_t; typedef
252 Nfcount_t in_packets; /* Incoming counter for the number of packets associated with an ip Flow */
253 Nfcount_t in_bytes; /* Incoming counter for the number of bytes associated with an ip Flow */
254 Nfcount_t mul_dst_bytes; /* Multicast outgoing byte count */
255 Nfcount_t mul_dst_packets;/* Multicast outgoing packet count */
256 Nfcount_t out_bytes; /* Outgoing counter for the number of bytes associated with an ip Flow */
257 Nfcount_t out_packets; /* Outgoing counter for the number of packets associated with an ip Flow */
258 Nfcount_t flows; /* Number of flows that were aggregated */
259 Nfcount_t total_bytes_exp;/* The number of bytes exported by the observation domain */
260 Nfcount_t total_packets_ex
[all...]

Completed in 12 milliseconds