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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h68 #define RECID(addr, mask) ((dn_recid_t)(((addr) & ~(mask)) + 1)) macro
H A Ddhcp_network.c245 filesz = RECID2OFFSET(RECID(~0, header.dnh_netmask) + 1);
353 temp_recid = RECID(header.dnh_temp.rec_dn.dn_cip.s_addr,
368 recid = RECID(targetp->dn_cip.s_addr, dhp->dh_netmask);
597 recid = RECID(addp->dn_cip.s_addr, dhp->dh_netmask);
722 recid = RECID(delp->dn_cip.s_addr, dhp->dh_netmask);
857 recid = RECID(origp->dn_cip.s_addr, dhp->dh_netmask);
872 new_recid = RECID(newp->dn_cip.s_addr, dhp->dh_netmask);
1219 recid = RECID(header.dnh_temp.rec_dn.dn_cip.s_addr,
1243 maxrecid = RECID(~0, header.dnh_netmask);
1244 for (recid = RECID(
[all...]

Completed in 17 milliseconds