Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c787 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; in sflow_print_expanded_flow_sample() local
793 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer; in sflow_print_expanded_flow_sample()
795 nrecords = EXTRACT_32BITS(sflow_expanded_flow_sample->records); in sflow_print_expanded_flow_sample()
798 EXTRACT_32BITS(sflow_expanded_flow_sample->seqnum), in sflow_print_expanded_flow_sample()
799 EXTRACT_32BITS(sflow_expanded_flow_sample->type), in sflow_print_expanded_flow_sample()
800 EXTRACT_32BITS(sflow_expanded_flow_sample->index), in sflow_print_expanded_flow_sample()
801 EXTRACT_32BITS(sflow_expanded_flow_sample->rate), in sflow_print_expanded_flow_sample()
802 EXTRACT_32BITS(sflow_expanded_flow_sample->pool), in sflow_print_expanded_flow_sample()
803 EXTRACT_32BITS(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
804 EXTRACT_32BITS(sflow_expanded_flow_sample->records)); in sflow_print_expanded_flow_sample()