Searched refs:BOUND (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.h41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator in enum:DHCPSTATE
H A Ddhcpv4.c887 * Implements BOUND state of DHCP client state machine.
1072 * use it as our state packet for the jump to BOUND mode. Note that it's good
1083 * BOUND upon a B_TRUE return from this function.
1159 dhcp_state = BOUND;
1193 dhcp_state = BOUND;
1209 case BOUND:
1214 s_n = "BOUND";
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c123 (void) set_smach_state(dsmp, BOUND);
287 if (dsmp->dsm_state == BOUND) {
414 if (dsmp->dsm_state == BOUND) {
H A Dbound.c24 * BOUND state of the DHCP client state machine.
215 case BOUND:
271 if (!set_smach_state(dsmp, BOUND))
331 (void) set_smach_state(dsmp, BOUND);
390 if (!set_smach_state(dsmp, BOUND)) {
H A Drelease.c232 if (dsmp->dsm_state == PRE_BOUND || dsmp->dsm_state == BOUND ||
H A Dstates.c762 return (state == BOUND || state == REBINDING || state == INFORMATION ||
1250 if (dsmp->dsm_state == BOUND || dsmp->dsm_state == RENEWING ||
1576 if (dsmp->dsm_state != BOUND &&
H A Drequest.c228 * If we got a BOOTP packet, go to the BOUND state now.
638 * the acknak handler. ACK to BOUND, NAK back to SELECTING.
806 case BOUND:
920 (void) set_smach_state(dsmp, BOUND);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c69 "BOUND",
265 case BOUND:
H A Ddhcpagent_ipc.h184 BOUND, /* have a valid lease */ enumerator in enum:__anon88
231 * as if_state goes from INIT -> BOUND (or INIT ->
235 * declined while obtaining the current lease (if BOUND), or
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S324 jmp ex_noc # BOUND range exceeded

Completed in 421 milliseconds