Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sflow.c207 struct sflow_expanded_counter_sample_t { struct
586 const struct sflow_expanded_counter_sample_t *sflow_expanded_counter_sample; in sflow_print_expanded_counter_sample()
590 if (len < sizeof(struct sflow_expanded_counter_sample_t)) in sflow_print_expanded_counter_sample()
593 sflow_expanded_counter_sample = (const struct sflow_expanded_counter_sample_t *)pointer; in sflow_print_expanded_counter_sample()
603 … return sflow_print_counter_records(ndo, pointer + sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()
604 len - sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()