Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h28 #define DHCP_LEASE_FORMAT_MAX_SIZE 9 macro
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp243 if (tmp.size() >= DHCP_LEASE_FORMAT_MAX_SIZE) { in ParseClientInfos()