Home
last modified time | relevance | path

Searched refs:sflow_eth_counter (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-sflow.c348 const struct sflow_ethernet_counter_t *sflow_eth_counter; in print_sflow_counter_ethernet() local
353 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer; in print_sflow_counter_ethernet()
355 EXTRACT_32BITS(sflow_eth_counter->alignerrors), in print_sflow_counter_ethernet()
356 EXTRACT_32BITS(sflow_eth_counter->fcserrors), in print_sflow_counter_ethernet()
357 EXTRACT_32BITS(sflow_eth_counter->single_collision_frames), in print_sflow_counter_ethernet()
358 EXTRACT_32BITS(sflow_eth_counter->multiple_collision_frames), in print_sflow_counter_ethernet()
359 EXTRACT_32BITS(sflow_eth_counter->test_errors))); in print_sflow_counter_ethernet()
361 EXTRACT_32BITS(sflow_eth_counter->deferred_transmissions), in print_sflow_counter_ethernet()
362 EXTRACT_32BITS(sflow_eth_counter->late_collisions), in print_sflow_counter_ethernet()
363 EXTRACT_32BITS(sflow_eth_counter->excessive_collisions), in print_sflow_counter_ethernet()
[all …]