Searched refs:IP_V4_LENGTH (Results 1 – 3 of 3) sorted by relevance
89 const static int IP_V4_LENGTH = 4; variable179 hidl_array<uint8_t, IP_V4_LENGTH> getIpV4Address(TunerDemuxIpAddress addr);
324 hidl_array<uint8_t, IP_V4_LENGTH> TunerFilter::getIpV4Address(TunerDemuxIpAddress addr) { in getIpV4Address()325 hidl_array<uint8_t, IP_V4_LENGTH> ip; in getIpV4Address()326 if (addr.addr.size() != IP_V4_LENGTH) { in getIpV4Address()
196 static int IP_V4_LENGTH = 4; variable3534 if (srcSize == IP_V4_LENGTH) { in getDemuxIpAddress()3535 uint8_t srcAddr[IP_V4_LENGTH]; in getDemuxIpAddress()3536 uint8_t dstAddr[IP_V4_LENGTH]; in getDemuxIpAddress()