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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h56 #define DN_NOREC 0x00000000 /* "no record" id value, must be zero */ macro
66 * record id value of 0 for DN_NOREC for reasons explained in open_dn().
H A Ddhcp_network.c225 header.dnh_cidhash[i][header.dnh_image] = DN_NOREC;
226 header.dnh_cidhash[i][!header.dnh_image] = DN_NOREC;
243 * DN_NOREC (which is 0) indicates that a record is unused.
326 dn_recid_t recid, temp_recid = DN_NOREC;
411 while (recid == DN_NOREC && ++hash < DN_CIDHASHSZ)
418 if (recid == DN_NOREC)
437 if (rec.rec_prev[image] == DN_NOREC)
601 if (rec.rec_prev[image] != DN_NOREC)
622 if (rec.rec_next[!image] != DN_NOREC) {
648 if (rec.rec_next[!image] != DN_NOREC) {
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c109 if (header.dnh_cidhash[hash][image] == DN_NOREC)
114 for (; recid != DN_NOREC; recid = rec.rec_next[image]) {

Completed in 23 milliseconds