Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp482 uint32_t endIpInt = ntohl(endAddr.s_addr); in GetIp4AndMask() local
483 if (startIpInt > endIpInt) { in GetIp4AndMask()
485 } else if (startIpInt == endIpInt) { in GetIp4AndMask()
489 uint32_t mask = GetMask(startIpInt, endIpInt); in GetIp4AndMask()
501 } else if (Rfind(endIpInt, mask, IPV4_BIT_COUNT - 1, 0) == IPV4_BIT_COUNT) { in GetIp4AndMask()
505 off = Find(endIpInt, mask, 1); in GetIp4AndMask()
509 off = Find(endIpInt, off + 1, 1); in GetIp4AndMask()
513 off = Find(endIpInt, off + 1, 1); in GetIp4AndMask()
515 if (tmpStart == endIpInt) { in GetIp4AndMask()

Completed in 2 milliseconds