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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h60 typedef uint32_t dn_recid_t; /* record id type */ typedef
68 #define RECID(addr, mask) ((dn_recid_t)(((addr) & ~(mask)) + 1))
77 * dn_recid_t's.
80 dn_recid_t rec_next[2]; /* id of next record in cidhash */
81 dn_recid_t rec_prev[2]; /* id of prev record in cidhash */
89 * discussion on the redundant dn_recid_t's and the concept of "images".
107 dn_recid_t dnh_cidhash[DN_CIDHASHSZ][2]; /* cid hash buckets */
H A Ddhcp_network.c169 static int read_rec(int, dn_filerec_t *, dn_recid_t);
170 static int write_rec(int, dn_filerec_t *, dn_recid_t);
173 static int read_hashhead(int, dn_recid_t *, uint16_t, uchar_t);
174 static int write_hashhead(int, dn_recid_t, uint16_t, uchar_t);
326 dn_recid_t recid, temp_recid = DN_NOREC;
571 dn_recid_t recid, recid_head;
696 dn_recid_t recid;
831 dn_recid_t recid, new_recid, recid_head;
1192 dn_recid_t recid, maxrecid;
1321 nhconvert(&rec->rec_prev[0], &rec->rec_prev[0], sizeof (dn_recid_t));
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c104 dn_recid_t recid;

Completed in 42 milliseconds