Searched refs:tempPool (Results 1 – 1 of 1) sorted by relevance
431 DhcpAddressPool tempPool; variable432 ASSERT_TRUE(memset_s(&tempPool, sizeof(DhcpAddressPool), 0, sizeof(DhcpAddressPool)) == EOK);433 tempPool.fixedOptions.size = 100;435 EXPECT_EQ(RET_SUCCESS, InitAddressPool(&tempPool, "test_if2", NULL));437 FreeAddressPool(&tempPool);