Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c354 const struct sflow_ethernet_counter_t *sflow_eth_counter; in print_sflow_counter_ethernet() local
359 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer; in print_sflow_counter_ethernet()
361 EXTRACT_32BITS(sflow_eth_counter->alignerrors), in print_sflow_counter_ethernet()
362 EXTRACT_32BITS(sflow_eth_counter->fcserrors), in print_sflow_counter_ethernet()
363 EXTRACT_32BITS(sflow_eth_counter->single_collision_frames), in print_sflow_counter_ethernet()
364 EXTRACT_32BITS(sflow_eth_counter->multiple_collision_frames), in print_sflow_counter_ethernet()
365 EXTRACT_32BITS(sflow_eth_counter->test_errors)); in print_sflow_counter_ethernet()
367 EXTRACT_32BITS(sflow_eth_counter->deferred_transmissions), in print_sflow_counter_ethernet()
368 EXTRACT_32BITS(sflow_eth_counter->late_collisions), in print_sflow_counter_ethernet()
369 EXTRACT_32BITS(sflow_eth_counter->excessive_collisions), in print_sflow_counter_ethernet()
[all …]