Searched refs:pbit (Results 1 – 1 of 1) sorted by relevance
486 int pbit, pbyte; in ns_rprint() local490 pbit = *cp; in ns_rprint()491 pbyte = (pbit & ~7) / 8; in ns_rprint()492 if (pbit > 128) { in ns_rprint()493 printf(" %u(bad plen)", pbit); in ns_rprint()495 } else if (pbit < 128) { in ns_rprint()500 printf(" %u %s", pbit, ip6addr_string(&a)); in ns_rprint()502 if (pbit > 0) { in ns_rprint()