Home
last modified time | relevance | path

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

/bionic/libc/dns/nameser/
Dns_print.c675 int pbyte, pbit; in ns_sprintrrf() local
681 pbit = *rdata; in ns_sprintrrf()
682 if (pbit > 128) goto formerr; in ns_sprintrrf()
683 pbyte = (pbit & ~7) / 8; in ns_sprintrrf()
687 if (pbit < 128) { in ns_sprintrrf()
697 if (pbit == 0) in ns_sprintrrf()