Searched refs:ipabytes (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dnetaddr.c74 unsigned int ipabytes = 0; /* Length of whole IP address in bytes */ local
90 ipabytes = 4;
95 ipabytes = 16;
104 if (prefixlen > ipabytes * 8)
105 prefixlen = ipabytes * 8;
116 INSIST(nbytes < ipabytes);

Completed in 143 milliseconds