Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-arista.c107 u_short bytesConsumed = 0; in arista_ethertype_print() local
113 bytesConsumed += 2; in arista_ethertype_print()
125 bytesConsumed += 1; in arista_ethertype_print()
133 bytesConsumed += 1; in arista_ethertype_print()
146 bytesConsumed += 8; in arista_ethertype_print()
154 bytesConsumed += 6; in arista_ethertype_print()
163 return bytesConsumed; in arista_ethertype_print()
H A Dprint-ether.c361 int bytesConsumed = arista_ethertype_print(ndo, p, length); in ether_common_print() local
362 if (bytesConsumed > 0) { in ether_common_print()
363 p += bytesConsumed; in ether_common_print()
364 length -= bytesConsumed; in ether_common_print()
365 caplen -= bytesConsumed; in ether_common_print()
366 hdrlen += bytesConsumed; in ether_common_print()