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.c203 struct sflow_expanded_counter_sample_t { struct
583 const struct sflow_expanded_counter_sample_t *sflow_expanded_counter_sample; in sflow_print_expanded_counter_sample()
587 if (len < sizeof(struct sflow_expanded_counter_sample_t)) in sflow_print_expanded_counter_sample()
590 sflow_expanded_counter_sample = (const struct sflow_expanded_counter_sample_t *)pointer; in sflow_print_expanded_counter_sample()
600 return sflow_print_counter_records(pointer + sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()
601 len - sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()