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

/bind-9.11.3/lib/isc/
H A Dnetaddr.c64 unsigned int ipabytes = 0; /* Length of whole IP address in bytes */ local
80 ipabytes = 4;
85 ipabytes = 16;
94 if (prefixlen > ipabytes * 8)
95 prefixlen = ipabytes * 8;
106 INSIST(nbytes < ipabytes);

Completed in 314 milliseconds