Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-mobile.c74 if (length < MOBILE_SIZE || !ND_TTEST_SIZE(mob)) { in mobile_print()
H A Dprint-egp.c251 if (length < sizeof(*egp) || !ND_TTEST_SIZE(egp)) { in egp_print()
H A Dprint-atalk.c228 if (!ND_TTEST_SIZE(ap)) { in aarp_print()
H A Dnetdissect.h373 #define ND_TTEST_SIZE(p) ND_TTEST_LEN(p, sizeof(*(p))) macro