Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-decnet.c69 struct shorthdr struct
94 struct shorthdr rh_short; /* short route header */ argument
478 if (length < sizeof(struct shorthdr)) { in decnet_print()
479 ND_PRINT(" (length %u < %zu)", length, sizeof(struct shorthdr)); in decnet_print()
484 if (pktlen < sizeof(struct shorthdr)) { in decnet_print()
485 ND_PRINT(" (pktlen %u < %zu)", pktlen, sizeof(struct shorthdr)); in decnet_print()
546 nspp = ap + sizeof(short) + sizeof(struct shorthdr); in decnet_print()
547 nsplen = length - sizeof(struct shorthdr); in decnet_print()