Searched refs:startBit (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 559 uint32_t IpParamParser::RfindIp6(const in6_addr &addr, uint32_t startBit, uint32_t endBit, uint8_t value) in RfindIp6() argument 561 if (startBit > endBit) { in RfindIp6() 564 uint32_t startBits = startBit % BIT_PER_BYTE; in RfindIp6() 565 uint32_t startBytes = startBit / BIT_PER_BYTE; in RfindIp6() 582 uint32_t IpParamParser::FindIp6(const in6_addr &addr, uint32_t startBit, uint8_t value) in FindIp6() argument 584 if (startBit >= IPV6_BIT_COUNT) { in FindIp6() 587 uint32_t startBits = startBit % BIT_PER_BYTE; in FindIp6() 588 uint32_t startBytes = startBit / BIT_PER_BYTE; in FindIp6() 613 void IpParamParser::ChangeIp6Start(uint32_t startBit, in6_addr &addr) in ChangeIp6Start() argument 615 uint32_t bits = startBit in ChangeIp6Start() [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bitmap_manager.h | 297 * @param startBit start bit of ip6 300 static void ChangeIp6Start(uint32_t startBit, in6_addr &start); 306 * @param startBit start index of bit 311 static uint32_t RfindIp6(const in6_addr &addr, uint32_t startBit, uint32_t endBit, uint8_t value); 317 * @param startBit start index of bit 321 static uint32_t FindIp6(const in6_addr &addr, uint32_t startBit, uint8_t value);
|
Completed in 5 milliseconds