Home
last modified time | relevance | path

Searched refs:fixedOptions (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp241 if (InitOptionList(&pool->fixedOptions) != RET_SUCCESS) { in InitAddressPool()
261 if (pool->fixedOptions.size > 0) { in FreeAddressPool()
262 ClearOptions(&pool->fixedOptions); in FreeAddressPool()
269 if (pool && HasInitialized(&pool->fixedOptions)) { in FreeAddressPool()
270 FreeOptionList(&pool->fixedOptions); in FreeAddressPool()
H A Ddhcp_s_server.cpp1517 if (srvIns->addressPool.fixedOptions.size > 0) { in AppendFixedOptions()
1518 DhcpOptionNode *pNode = srvIns->addressPool.fixedOptions.first->next; in AppendFixedOptions()
1519 for (size_t i = 0; pNode != nullptr && i < srvIns->addressPool.fixedOptions.size; i++) { in AppendFixedOptions()
1905 if (InitOptionList(&srvIns->addressPool.fixedOptions) != RET_SUCCESS) { in InitServerFixedOptions()
1911 PushBackOption(&srvIns->addressPool.fixedOptions, &pNode->option); in InitServerFixedOptions()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h52 DhcpOptionList fixedOptions; member
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp433 tempPool.fixedOptions.size = 100; in HWTEST_F()

Completed in 6 milliseconds