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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c204 * dhcp_bound_complete, once kernel DAD completes. If no new
211 dhcp_bound_complete(dsmp);
310 * dhcp_bound_complete(): complete interface configuration after DAD
317 dhcp_bound_complete(dhcp_smach_t *dsmp) function
332 dhcpmsg(MSG_DEBUG, "dhcp_bound_complete: bound %s",
364 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot allocate "
377 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot "
392 "dhcp_bound_complete: cannot set bound state on %s",
397 dhcpmsg(MSG_DEBUG, "dhcp_bound_complete: bound %s", dsmp->dsm_name);

Completed in 60 milliseconds