Searched refs:sflow_expanded_flow_sample (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-sflow.c793 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; local
799 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer;
801 nrecords = EXTRACT_32BITS(sflow_expanded_flow_sample->records);
804 EXTRACT_32BITS(sflow_expanded_flow_sample->seqnum),
805 EXTRACT_32BITS(sflow_expanded_flow_sample->type),
806 EXTRACT_32BITS(sflow_expanded_flow_sample->index),
807 EXTRACT_32BITS(sflow_expanded_flow_sample->rate),
808 EXTRACT_32BITS(sflow_expanded_flow_sample->pool),
809 EXTRACT_32BITS(sflow_expanded_flow_sample->drops),
810 EXTRACT_32BITS(sflow_expanded_flow_sample
[all...]

Completed in 59 milliseconds