Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c74 struct sflow_sample_header { struct
816 const struct sflow_sample_header *sflow_sample; in sflow_print()
865 sflow_sample = (const struct sflow_sample_header *)tptr; in sflow_print()
871 if (tlen < sizeof(struct sflow_sample_header)) in sflow_print()
874 tptr += sizeof(struct sflow_sample_header); in sflow_print()
875 tlen -= sizeof(struct sflow_sample_header); in sflow_print()