Searched refs:dsm_state (Results 1 – 10 of 10) sorted by relevance
147 !check_cmd_allowed(dsmp->dsm_state, DHCP_RELEASE)) { in dhcp_release()232 if (dsmp->dsm_state == PRE_BOUND || dsmp->dsm_state == BOUND || in dhcp_drop()233 dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_drop()243 dsmp->dsm_name, dhcp_state_to_string(dsmp->dsm_state)); in dhcp_drop()263 if (dsmp->dsm_state == RELEASING) { in stop_release_decline()
616 if (dsmp->dsm_state != INFORM_SENT && in accept_v4_acknak()617 dsmp->dsm_state != INFORMATION && in accept_v4_acknak()627 if ((dsmp->dsm_state == RENEWING || in accept_v4_acknak()628 dsmp->dsm_state == REBINDING) && in accept_v4_acknak()752 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message()753 dsmp->dsm_state != INIT_REBOOT && dsmp->dsm_state != REBINDING && in accept_v6_message()754 dsmp->dsm_state != INFORM_SENT) { in accept_v6_message()770 switch (dsmp->dsm_state) { in accept_v6_message()887 if (dsmp->dsm_state == INFORM_SENT) { in accept_v6_message()959 pname, dsmp->dsm_name, dhcp_state_to_string(dsmp->dsm_state)); in accept_v6_message()[all …]
92 if (dsmp->dsm_state == RENEWING || dsmp->dsm_state == REBINDING) { in dhcp_renew()169 if ((oldstate = dsmp->dsm_state) == REBINDING) { in dhcp_rebind()288 if (dsmp->dsm_state == BOUND) { in dhcp_finish_expire()415 if (dsmp->dsm_state == BOUND) { in dhcp_extending()438 if (dsmp->dsm_state == RENEWING) { in dhcp_extending()526 if (dsmp->dsm_state == RENEWING) { in stop_extending()
190 dsmp->dsm_state = INIT; in insert_smach()782 if (dsmp->dsm_state != state) { in set_smach_state()785 dhcp_state_to_string(dsmp->dsm_state), in set_smach_state()794 if (is_bound_state(dsmp->dsm_state)) { in set_smach_state()811 dsmp->dsm_state = state; in set_smach_state()1265 if (dsmp->dsm_state == BOUND || dsmp->dsm_state == RENEWING || in refresh_smach()1266 dsmp->dsm_state == REBINDING || dsmp->dsm_state == INFORMATION) { in refresh_smach()1269 if (dsmp->dsm_state == INFORMATION) in refresh_smach()1591 if (dsmp->dsm_state != BOUND && in verify_smach()1592 dsmp->dsm_state != RENEWING && in verify_smach()[all …]
601 if (!check_cmd_allowed(dsmp->dsm_state, ia.ia_cmd)) { in ipc_event()604 dhcp_state_to_string(dsmp->dsm_state), in ipc_event()607 ia.ia_cmd == DHCP_START && dsmp->dsm_state != INIT ? in ipc_event()613 dhcp_state_to_string(dsmp->dsm_state), in ipc_event()1049 status.if_state = dsmp->dsm_state; in ipc_event()1541 oldstate = dsmp->dsm_state; in rtsock_event()
255 !is_bound_state(dsmp->dsm_state))) in init_pkt()925 if (dsmp->dsm_state == REQUESTING) { in send_pkt_internal()1502 if (dsmp->dsm_state == RENEWING || in next_retransmission()1503 dsmp->dsm_state == REBINDING) { in next_retransmission()1506 timeout_ms = dsmp->dsm_state == RENEWING ? in next_retransmission()
245 if (dsmp->dsm_state != SELECTING) in stop_selecting()
95 DHCPSTATE dsm_state; member
114 oldstate = dsmp->dsm_state; in dhcp_bound()305 dhcp_state_to_string(dsmp->dsm_state)); in dhcp_bound()392 oldstate = dsmp->dsm_state; in dhcp_bound_complete()
824 if_state dhcp_smach_t.dsm_state