Home
last modified time | relevance | path

Searched refs:BIND_EXPIRED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h28 enum BindingState { BIND_NONE = 0, BIND_PENDING, BIND_ASSOCIATED, BIND_EXPIRED, BIND_RELEASED }; enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp70 binding->bindingStatus = BIND_EXPIRED; in IsExpire()