Searched defs:dhcp_renew (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c60 * dhcp_renew(): attempts to renew a DHCP lease on expiration of the T1 timer.
80 dhcp_renew(iu_tq_t *tqp, void *arg) function
86 dhcpmsg(MSG_VERBOSE, "dhcp_renew: T1 timer expired on %s",
92 dhcpmsg(MSG_DEBUG, "dhcp_renew: already renewing");
104 dhcpmsg(MSG_DEBUG, "dhcp_renew: %spast T2 on %s",
125 dhcp_renew)) {
126 dhcpmsg(MSG_INFO, "dhcp_renew: unable to "
132 dhcpmsg(MSG_DEBUG, "dhcp_renew: user busy on %s; will "
169 dhcpmsg(MSG_DEBUG, "dhcp_renew: already rebinding");
283 * seconds, we will never enter dhcp_renew() an
[all...]

Completed in 75 milliseconds