Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c104 struct sflow_expanded_flow_sample_t { struct
787 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; in sflow_print_expanded_flow_sample()
790 if (len < sizeof(struct sflow_expanded_flow_sample_t)) in sflow_print_expanded_flow_sample()
793 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer; in sflow_print_expanded_flow_sample()
806 return sflow_print_flow_records(pointer + sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()
807 len - sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()