Searched refs:IP_V6_LENGTH (Results 1 – 3 of 3) sorted by relevance
115 const static int IP_V6_LENGTH = 16; variable224 hidl_array<uint8_t, IP_V6_LENGTH> getIpV6Address(const DemuxIpAddressIpAddress& addr);
694 hidl_array<uint8_t, IP_V6_LENGTH> TunerHidlFilter::getIpV6Address( in getIpV6Address()696 hidl_array<uint8_t, IP_V6_LENGTH> ip; in getIpV6Address()697 if (addr.get<DemuxIpAddressIpAddress::v6>().size() != IP_V6_LENGTH) { in getIpV6Address()
351 static int IP_V6_LENGTH = 16; variable3522 } else if (srcSize == IP_V6_LENGTH) { in getDemuxIpAddress()3525 srcAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()3526 dstAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()