Home
last modified time | relevance | path

Searched refs:REBINDING (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c92 if (dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_renew()
169 if ((oldstate = dsmp->dsm_state) == REBINDING) { in dhcp_rebind()
214 (void) set_smach_state(dsmp, REBINDING); in dhcp_rebind()
H A Drequest.c628 dsmp->dsm_state == REBINDING) && in accept_v4_acknak()
753 dsmp->dsm_state != INIT_REBOOT && dsmp->dsm_state != REBINDING && in accept_v6_message()
820 case REBINDING: in accept_v6_message()
H A Drelease.c233 dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_drop()
H A Dstates.c765 return (state == BOUND || state == REBINDING || state == INFORMATION || in is_bound_state()
1266 dsmp->dsm_state == REBINDING || dsmp->dsm_state == INFORMATION) { in refresh_smach()
1593 dsmp->dsm_state != REBINDING) { in verify_smach()
H A Dbound.c224 case REBINDING: in dhcp_bound()
254 if (oldstate == REBINDING && dsmp->dsm_isv6 && in dhcp_bound()
H A DREADME.v6208 that each can cause RENEWING or REBINDING state independently.
563 First, there are the RENEWING and REBINDING states. For IPv4 DHCP,
566 from BOUND, to RENEWING, to REBINDING and finally back to SELECTING
587 - When a T1 lease timer expires and we're in RENEWING or REBINDING
598 enter REBINDING state. At this point, we have a choice. For
606 - When a T2 lease timer expires and we're in REBINDING state, just
H A Dpacket.c1503 dsmp->dsm_state == REBINDING) { in next_retransmission()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h187 REBINDING, /* have lease, but trying to rebind */ enumerator
H A Ddhcpagent_util.c267 case REBINDING: in dhcp_status_reply_to_string()