Searched refs:ipabytes (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dnetaddr.c73 unsigned int ipabytes = 0; /* Length of whole IP address in bytes */ local
89 ipabytes = 4;
94 ipabytes = 16;
103 if (prefixlen > ipabytes * 8)
104 prefixlen = ipabytes * 8;
115 INSIST(nbytes < ipabytes);

Completed in 10 milliseconds