Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-domain.c502 int pbit, pbyte; in ns_rprint() local
507 pbit = *cp; in ns_rprint()
508 pbyte = (pbit & ~7) / 8; in ns_rprint()
509 if (pbit > 128) { in ns_rprint()
510 ND_PRINT((ndo, " %u(bad plen)", pbit)); in ns_rprint()
512 } else if (pbit < 128) { in ns_rprint()
517 ND_PRINT((ndo, " %u %s", pbit, in ns_rprint()
520 if (pbit > 0) { in ns_rprint()