Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c91 if (dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_renew()
168 if ((oldstate = dsmp->dsm_state) == REBINDING) { in dhcp_rebind()
213 (void) set_smach_state(dsmp, REBINDING); in dhcp_rebind()
H A Drequest.c624 dsmp->dsm_state == REBINDING) && in accept_v4_acknak()
749 dsmp->dsm_state != INIT_REBOOT && dsmp->dsm_state != REBINDING && in accept_v6_message()
816 case REBINDING: in accept_v6_message()
H A Drelease.c233 dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_drop()
H A Dstates.c762 return (state == BOUND || state == REBINDING || state == INFORMATION || in is_bound_state()
1251 dsmp->dsm_state == REBINDING || dsmp->dsm_state == INFORMATION) { in refresh_smach()
1578 dsmp->dsm_state != REBINDING) { in verify_smach()
H A Dbound.c221 case REBINDING: in dhcp_bound()
251 if (oldstate == REBINDING && dsmp->dsm_isv6 && in dhcp_bound()
H A DREADME.v6210 that each can cause RENEWING or REBINDING state independently.
565 First, there are the RENEWING and REBINDING states. For IPv4 DHCP,
568 from BOUND, to RENEWING, to REBINDING and finally back to SELECTING
589 - When a T1 lease timer expires and we're in RENEWING or REBINDING
600 enter REBINDING state. At this point, we have a choice. For
608 - When a T2 lease timer expires and we're in REBINDING state, just
H A Dpacket.c1470 dsmp->dsm_state == REBINDING) { in next_retransmission()
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h183 REBINDING, /* have lease, but trying to rebind */ enumerator
H A Ddhcpagent_util.c267 case REBINDING: in dhcp_status_reply_to_string()