Searched refs:testMac3 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_address_pool_test.cpp | 150 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x01, 0x0e, 0x3c, 0x65, 0x3a, 0x09, 0}; variable 162 EXPECT_EQ(assertAddr, testPool.distribue(&testPool, testMac3)); 170 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x00, 0x0e, 0x3c, 0x65, 0x3a, 0x0b, 0}; variable 190 bind.chaddr[i] = testMac3[i]; 192 EXPECT_EQ(0, IsReserved(testMac3)); 234 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x00, 0x03, 0x3c, 0x65, 0x3a, 0x0b, 0}; variable 257 EXPECT_EQ(RET_FAILED, RemoveReservedBinding(testMac3)); 267 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x00, 0x0e, 0x3c, 0x65, 0x3a, 0x0b, 0}; variable 283 EXPECT_EQ(RET_FAILED, ReleaseBinding(testMac3)); 400 const uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x01, 0x0e, 0x3c, 0x65, 0x3a, 0x0b, 0}; variable [all …]
|
H A D | address_utils_test.cpp | 228 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0, 0xae, 0xdc, 0xcc, 0x9f, 0x43, 0}; variable 232 EXPECT_FALSE(IsEmptyHWAddr(testMac3)); 278 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0, 0xae, 0xdc, 0xcc, 0x9f, 0x45, 0}; variable 281 EXPECT_EQ(0, AddrEquels(testMac1, testMac3, MAC_ADDR_LENGTH)); 282 EXPECT_EQ(0, AddrEquels(testMac2, testMac3, MAC_ADDR_LENGTH));
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/ |
H A D | dhcpaddresspool_fuzzer.cpp | 91 uint8_t testMac3[DHCP_HWADDR_LENGTH] = {0x00, 0x0e, 0x3c, 0x65, 0x3a, 0x0a, 0}; in DhcpMacAddrFuzzTest() local 95 IsReserved((testMac3)); in DhcpMacAddrFuzzTest()
|