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

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h116 ipaddr_t dh_netmask; /* cached netmask of container */ member in struct:dn_handle
H A Ddhcp_network.c285 dhp->dh_netmask = header.dnh_netmask;
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);

Completed in 18 milliseconds