Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c67 struct sflow_sample_header { struct
874 const struct sflow_sample_header *sflow_sample; in sflow_print()
922 sflow_sample = (const struct sflow_sample_header *)tptr; in sflow_print()
928 if (tlen < sizeof(struct sflow_sample_header)) in sflow_print()
931 tptr += sizeof(struct sflow_sample_header); in sflow_print()
932 tlen -= sizeof(struct sflow_sample_header); in sflow_print()