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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c164 static uint16_t cidhash(const uchar_t *, size_t);
372 * QN_CID-based lookup. Walk the `cidhash' chain
382 hash = cidhash(targetp->dn_cid,
585 hash = cidhash(addp->dn_cid, addp->dn_cid_len);
729 hash = cidhash(rec.rec_dn.dn_cid, rec.rec_dn.dn_cid_len);
894 hash = cidhash(rec.rec_dn.dn_cid, rec.rec_dn.dn_cid_len);
895 new_hash = cidhash(newp->dn_cid, newp->dn_cid_len);
1292 cidhash(const uchar_t *cid, size_t cidlen) function
1425 * Read in the head of the `cidhash' hash chain from open container `fd'
1430 read_hashhead(int fd, dn_recid_t *recid_headp, uint16_t cidhash, uchar_ argument
1446 write_hashhead(int fd, dn_recid_t recid_head, uint16_t cidhash, uchar_t image) argument
[all...]

Completed in 23 milliseconds