Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-sflow.c813 uint32_t sflow_sample_type, sflow_sample_len; in sflow_print() local
867 sflow_sample_len = GET_BE_U_4(sflow_sample->len); in sflow_print()
878 sflow_sample_len); in sflow_print()
881 if (sflow_sample_type == 0 || sflow_sample_len ==0) { in sflow_print()
885 if (tlen < sflow_sample_len) in sflow_print()
889 ND_TCHECK_LEN(tptr, sflow_sample_len); in sflow_print()
914 print_unknown_data(ndo, tptr, "\n\t ", sflow_sample_len); in sflow_print()
917 tptr += sflow_sample_len; in sflow_print()
918 tlen -= sflow_sample_len; in sflow_print()