Searched refs:IP_V6_LENGTH (Results 1 – 3 of 3) sorted by relevance
90 const static int IP_V6_LENGTH = 16; variable180 hidl_array<uint8_t, IP_V6_LENGTH> getIpV6Address(TunerDemuxIpAddress addr);
315 hidl_array<uint8_t, IP_V6_LENGTH> TunerFilter::getIpV6Address(TunerDemuxIpAddress addr) { in getIpV6Address()316 hidl_array<uint8_t, IP_V6_LENGTH> ip; in getIpV6Address()317 if (addr.addr.size() != IP_V6_LENGTH) { in getIpV6Address()
197 static int IP_V6_LENGTH = 16; variable3543 } else if (srcSize == IP_V6_LENGTH) { in getDemuxIpAddress()3544 uint8_t srcAddr[IP_V6_LENGTH]; in getDemuxIpAddress()3545 uint8_t dstAddr[IP_V6_LENGTH]; in getDemuxIpAddress()