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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h53 #define DN_CIDHASHSZ 4056 macro
107 dn_recid_t dnh_cidhash[DN_CIDHASHSZ][2]; /* cid hash buckets */
H A Ddhcp_network.c224 for (i = 0; i < DN_CIDHASHSZ; i++) {
411 while (recid == DN_NOREC && ++hash < DN_CIDHASHSZ)
1232 for (hash = 0; hash < DN_CIDHASHSZ; hash++) {
1288 * and DN_CIDHASHSZ - 1. We use CRC16 for our hash since it's known to be
1307 return (result % DN_CIDHASHSZ);
1351 for (i = 0; i < DN_CIDHASHSZ; i++) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c107 for (hash = 0; hash < DN_CIDHASHSZ; hash++) {

Completed in 24 milliseconds