Searched refs:DHCP_START (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h95 DHCP_START, DHCP_STATUS, DHCP_INFORM, DHCP_GET_TAG, enumerator in enum:__anon85
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c705 nwamd_dhcp(ifname, nifa->ipaddr, DHCP_START);
1367 case DHCP_START:
1378 * DHCP timed out: for DHCP_START requests, change state for
1382 if (type == DHCP_START) {
1386 "start_dhcp: DHCP_START timed out for %s", name);
1414 (type == DHCP_START ? "create" : "refresh"), name,
1421 (type == DHCP_START ? "create" : "refresh"), name,
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c369 if (!async_start(dsmp, DHCP_START, B_FALSE))
H A Dagent.c120 /* DHCP_START */ CMD_CREATE|CMD_ISPRIV|CMD_BOOTP,
496 * the command is DHCP_START or DHCP_INFORM and there isn't a state
572 if (ia.ia_cmd == DHCP_START &&
600 ia.ia_cmd == DHCP_START && dsmp->dsm_state != INIT ?
969 case DHCP_START: {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c367 type = DHCP_START;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c2844 * Starts the dhcpagent and sends it the message DHCP_START to start
2878 /* Send DHCP_START to the dhcpagent. */
2879 status = i_ipadm_op_dhcp(addr, DHCP_START, NULL);
3310 * If a dhcp address has not yet been acquired, a DHCP_START is sent to the
3374 status = i_ipadm_op_dhcp(&ipaddr, DHCP_START, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c4312 dhcp_ipc_type_t type = DHCP_START;
4359 if (type == DHCP_START || type == DHCP_INFORM) {

Completed in 87 milliseconds