Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h60 int IsReservedIp(DhcpAddressPool *pool, uint32_t ipAddress);
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp59 IsReservedIp(&pool, ipAdd); in DhcpAddressPoolFuzzTest()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp219 EXPECT_EQ(0, IsReservedIp(&testPool, testIp1)); in HWTEST_F()
220 EXPECT_EQ(1, IsReservedIp(&testPool, testIp2)); in HWTEST_F()
221 EXPECT_EQ(DHCP_FALSE, IsReservedIp(NULL, testIp1)); in HWTEST_F()
222 EXPECT_EQ(DHCP_FALSE, IsReservedIp(&testPool, 0)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp104 if (IsReservedIp(pool, distIp) && !same) { in CheckIpAvailability()
301 int IsReservedIp(DhcpAddressPool *pool, uint32_t ipAddress) in IsReservedIp() function

Completed in 4 milliseconds