Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-sflow.c199 struct sflow_expanded_counter_sample_t { struct
578 const struct sflow_expanded_counter_sample_t *sflow_expanded_counter_sample; in sflow_print_expanded_counter_sample()
582 if (len < sizeof(struct sflow_expanded_counter_sample_t)) in sflow_print_expanded_counter_sample()
585 sflow_expanded_counter_sample = (const struct sflow_expanded_counter_sample_t *)pointer; in sflow_print_expanded_counter_sample()
595 … return sflow_print_counter_records(ndo, pointer + sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()
596 len - sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()