Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atalk.c414 (const struct atNBPtuple *)((const u_char *)np + nbpHeaderSize); in nbp_print()
418 if (length < nbpHeaderSize) { in nbp_print()
423 length -= nbpHeaderSize; in nbp_print()
426 ND_PRINT((ndo, " truncated-nbp %u", length + nbpHeaderSize)); in nbp_print()
Dappletalk.h127 #define nbpHeaderSize 2 macro