Home
last modified time | relevance | path

Searched refs:GetNetworkAddress (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h366 uint32_t networkAddr = GetNetworkAddress(addr, mask); in OrInsert()
368 if (it->data == addr || GetNetworkAddress(it->data, it->mask) == networkAddr) { in OrInsert()
403 inline uint32_t GetNetworkAddress(uint32_t addr, uint32_t mask) in GetNetworkAddress() function
438 GetNetworkAddress(addr, prefixlen, networkAddr); in OrInsert()
441 GetNetworkAddress(it->data, it->prefixlen, otherNetworkAddr); in OrInsert()
471 void GetNetworkAddress(in6_addr addr, int prefixLen, in6_addr &out) in GetNetworkAddress() function