Searched defs:byte (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dinet_pton.c85 unsigned int byte = *tp * 10; local
87 byte += (int)(pch - digits);
90 if (byte > 255)
92 *tp = byte;
H A Dlfsr.c81 unsigned int byte; local
88 byte = count;
90 while (byte--) {
/bind-9.11.3/lib/lwres/
H A Dlwinetpton.c84 unsigned int byte = *tp * 10; local
86 byte += (unsigned int)(pch - digits);
87 if (byte > 255)
89 *tp = byte;
/bind-9.11.3/lib/isc/unix/
H A Dinterfaceiter.c209 unsigned char byte; local
211 byte = ((strchr(hex, address[i * 2]) - hex) << 4) |
213 addr6.s6_addr[i] = byte;
/bind-9.11.3/lib/dns/
H A Dnsec.c51 unsigned int byte, shift, mask; local
53 byte = array[type / 8];
57 return (ISC_TF(byte & mask));

Completed in 16 milliseconds