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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c115 uint32_t lease; local
283 * make sure the IPv4 DHCP lease is still valid.
290 (void) memcpy(&lease,
294 lease = ntohl(lease);
295 if ((lease != DHCP_PERM) &&
296 (orig_time + lease) <= current_time)
329 * time_t: a starting time to treat the relative lease times
362 * read_hostconf() to recalculate the lease times for the first packet.
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c70 struct in_addr cip, struct in_addr sip, lease_t lease, const char *macro,
84 retval->dn_lease = lease;
69 alloc_dnrec(const uchar_t *cid, uchar_t cid_len, uchar_t flags, struct in_addr cip, struct in_addr sip, lease_t lease, const char *macro, const char *comment) argument

Completed in 32 milliseconds