Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-arista.c106 u_short bytesConsumed = 0; in arista_ethertype_print() local
112 bytesConsumed += 2; in arista_ethertype_print()
124 bytesConsumed += 1; in arista_ethertype_print()
132 bytesConsumed += 1; in arista_ethertype_print()
145 bytesConsumed += 8; in arista_ethertype_print()
153 bytesConsumed += 6; in arista_ethertype_print()
162 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()