Searched refs:nbpHeaderSize (Results 1 – 2 of 2) sorted by relevance
414 (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()
127 #define nbpHeaderSize 2 macro