Home
last modified time | relevance | path

Searched refs:RENEWING (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()
420 (void) set_smach_state(dsmp, RENEWING); in dhcp_extending()
437 if (dsmp->dsm_state == RENEWING) { in dhcp_extending()
524 if (dsmp->dsm_state == RENEWING) { in stop_extending()
H A Drelease.c233 dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_drop()
H A Dstates.c763 state == RELEASING || state == INFORM_SENT || state == RENEWING); in is_bound_state()
1250 if (dsmp->dsm_state == BOUND || dsmp->dsm_state == RENEWING || in refresh_smach()
1577 dsmp->dsm_state != RENEWING && in verify_smach()
H A Drequest.c623 if ((dsmp->dsm_state == RENEWING || in accept_v4_acknak()
815 case RENEWING: in accept_v6_message()
H A Dpacket.c1469 if (dsmp->dsm_state == RENEWING || in next_retransmission()
1473 timeout_ms = dsmp->dsm_state == RENEWING ? in next_retransmission()
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
583 - Transition from BOUND to RENEWING state when the first T1 timer
589 - When a T1 lease timer expires and we're in RENEWING or REBINDING
599 - When we reach T2 on any IA and we're in BOUND or RENEWING state,
H A Dbound.c220 case RENEWING: in dhcp_bound()
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h182 RENEWING, /* have lease, but trying to renew */ enumerator
H A Ddhcpagent_util.c266 case RENEWING: in dhcp_status_reply_to_string()