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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sflow.c787 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; local
793 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer;
795 nrecords = EXTRACT_32BITS(sflow_expanded_flow_sample->records);
798 EXTRACT_32BITS(sflow_expanded_flow_sample->seqnum),
799 EXTRACT_32BITS(sflow_expanded_flow_sample->type),
800 EXTRACT_32BITS(sflow_expanded_flow_sample->index),
801 EXTRACT_32BITS(sflow_expanded_flow_sample->rate),
802 EXTRACT_32BITS(sflow_expanded_flow_sample->pool),
803 EXTRACT_32BITS(sflow_expanded_flow_sample->drops),
804 EXTRACT_32BITS(sflow_expanded_flow_sample
[all...]

Completed in 47 milliseconds