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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h105 * Note: read_header() assumes that dnh_cidhash is the last member.
107 dn_recid_t dnh_cidhash[DN_CIDHASHSZ][2]; /* cid hash buckets */ member in struct:dn_header
H A Ddhcp_network.c225 header.dnh_cidhash[i][header.dnh_image] = DN_NOREC;
226 header.dnh_cidhash[i][!header.dnh_image] = DN_NOREC;
403 recid = header.dnh_cidhash[hash][image];
412 recid = header.dnh_cidhash[hash][image];
1233 header.dnh_cidhash[hash][!image] =
1234 header.dnh_cidhash[hash][image];
1352 nhconvert(&hdrp->dnh_cidhash[i][0],
1353 &hdrp->dnh_cidhash[i][0], sizeof (dn_recid_t));
1354 nhconvert(&hdrp->dnh_cidhash[i][1],
1355 &hdrp->dnh_cidhash[
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c109 if (header.dnh_cidhash[hash][image] == DN_NOREC)
113 recid = header.dnh_cidhash[hash][image];

Completed in 51 milliseconds