Lines Matching defs:Nfcount_t

182 typedef uintmax_t Nfcount_t;
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_exp;/* The number of packets exported by the observation domain */
261 Nfcount_t total_flows_exp;/* The number of flows exported by the observation domain */
262 Nfcount_t input_snmp; /* Input interface index */
263 Nfcount_t output_snmp; /* Output interface index */
264 Nfcount_t in_src_mac; /* Incoming source MAC address */
265 Nfcount_t out_dst_mac; /* Outgoing destination MAC address */
266 Nfcount_t in_dst_mac; /* Incoming destination MAC address */
267 Nfcount_t out_src_mac; /* Outgoing source MAC address */
268 Nfcount_t in_permanent_bytes;/* Permanent flow byte count */
269 Nfcount_t in_permanent_packets;/* Permanent flow packet count */
271 Nfcount_t vendor_43; /* vendor private value */
272 Nfcount_t vendor_51; /* vendor private value */
273 Nfcount_t vendor_65; /* vendor private value */
274 Nfcount_t vendor_66; /* vendor private value */
275 Nfcount_t vendor_67; /* vendor private value */
276 Nfcount_t vendor_68; /* vendor private value */
277 Nfcount_t vendor_69; /* vendor private value */
278 Nfcount_t vendor_87; /* vendor private value */