Home
last modified time | relevance | path

Searched refs:INFORM_SENT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c616 if (dsmp->dsm_state != INFORM_SENT && in accept_v4_acknak()
754 dsmp->dsm_state != INFORM_SENT) { in accept_v6_message()
821 case INFORM_SENT: in accept_v6_message()
887 if (dsmp->dsm_state == INFORM_SENT) { in accept_v6_message()
1172 if (dsmp->dsm_state == INFORM_SENT || dsmp->dsm_state == INFORMATION) in dhcp_restart()
H A Dinform.c60 if (!set_smach_state(dsmp, INFORM_SENT)) in dhcp_inform()
H A Dbound.c287 case INFORM_SENT: in dhcp_bound()
H A Dstates.c766 state == RELEASING || state == INFORM_SENT || state == RENEWING); in is_bound_state()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h191 INFORM_SENT, /* sent INFORM, awaiting ACK */ enumerator