Home
last modified time | relevance | path

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

/bionic/libc/dns/nameser/
Dns_print.c675 int pbyte, pbit; in ns_sprintrrf() local
683 pbyte = (pbit & ~7) / 8; in ns_sprintrrf()
688 if (rdata + pbyte >= edata) goto formerr; in ns_sprintrrf()
690 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte); in ns_sprintrrf()
693 rdata += sizeof(a) - pbyte; in ns_sprintrrf()