Home
last modified time | relevance | path

Searched refs:networkAddr (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h364 uint32_t networkAddr = GetNetworkAddress(addr, mask); in OrInsert() local
366 if (it->data == addr || GetNetworkAddress(it->data, it->mask) == networkAddr) { in OrInsert()
435 in6_addr networkAddr = {}; in OrInsert() local
436 GetNetworkAddress(addr, prefixlen, networkAddr); in OrInsert()
441 !memcmp(&networkAddr, &otherNetworkAddr, sizeof(in6_addr))) { in OrInsert()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Daddress_utils.h32 uint32_t FirstNetIpAddress(uint32_t networkAddr);
/foundation/communication/dhcp/test/fuzztest/addressutils_fuzzer/
H A Daddressutils_fuzzer.cpp59 uint32_t networkAddr = static_cast<uint32_t>(data[index++]); in FirstNetIpAddressTest() local
60 FirstNetIpAddress(networkAddr); in FirstNetIpAddressTest()

Completed in 3 milliseconds