Searched refs:GetNetworkAddress (Results 1 – 1 of 1) sorted by relevance
366 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() function438 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