Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c352 const struct sflow_ethernet_counter_t *sflow_eth_counter; in print_sflow_counter_ethernet() local
357 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer; in print_sflow_counter_ethernet()
358 ND_TCHECK(*sflow_eth_counter); in print_sflow_counter_ethernet()
360 EXTRACT_32BITS(sflow_eth_counter->alignerrors), in print_sflow_counter_ethernet()
361 EXTRACT_32BITS(sflow_eth_counter->fcserrors), in print_sflow_counter_ethernet()
362 EXTRACT_32BITS(sflow_eth_counter->single_collision_frames), in print_sflow_counter_ethernet()
363 EXTRACT_32BITS(sflow_eth_counter->multiple_collision_frames), in print_sflow_counter_ethernet()
364 EXTRACT_32BITS(sflow_eth_counter->test_errors))); in print_sflow_counter_ethernet()
366 EXTRACT_32BITS(sflow_eth_counter->deferred_transmissions), in print_sflow_counter_ethernet()
367 EXTRACT_32BITS(sflow_eth_counter->late_collisions), in print_sflow_counter_ethernet()
[all …]