DHCP_START
case DHCP_START:
if (type == DHCP_START) {
(type == DHCP_START ? "create" : "refresh"), name,
(type == DHCP_START ? "create" : "refresh"), name,
nwamd_dhcp(ifname, nifa->ipaddr, DHCP_START);
if (ia.ia_cmd == DHCP_START &&
ia.ia_cmd == DHCP_START && dsmp->dsm_state != INIT ?
case DHCP_START: {
if (!async_start(dsmp, DHCP_START, B_FALSE))
type = DHCP_START;
dhcp_ipc_type_t type = DHCP_START;
if (type == DHCP_START || type == DHCP_INFORM) {
status = i_ipadm_op_dhcp(addr, DHCP_START, NULL);
case DHCP_START:
status = i_ipadm_op_dhcp(ipaddr, DHCP_START, NULL);