Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c196 struct sflow_expanded_counter_sample_t { struct
609 const struct sflow_expanded_counter_sample_t *sflow_expanded_counter_sample; in sflow_print_expanded_counter_sample()
613 if (len < sizeof(struct sflow_expanded_counter_sample_t)) in sflow_print_expanded_counter_sample()
616 sflow_expanded_counter_sample = (const struct sflow_expanded_counter_sample_t *)pointer; in sflow_print_expanded_counter_sample()
627 … return sflow_print_counter_records(ndo, pointer + sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()
628 len - sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()