Searched refs:commLabelCount (Results 1 – 1 of 1) sorted by relevance
898 uint64_t commLabelCount = NetToHost(*fieldPtr++); in ParseLabelExchange() local899 if (length < commLabelCount || (UINT32_MAX / COMM_LABEL_LENGTH) < commLabelCount) { in ParseLabelExchange()900 LOGE("[Proto][ParseLabel] commLabelCount=%" PRIu64 " invalid.", ULL(commLabelCount)); in ParseLabelExchange()905 commLabelCount * COMM_LABEL_LENGTH) { in ParseLabelExchange()906 … LOGE("[Proto][ParseLabel] Length of Bytes Error, commLabelCount=%" PRIu64, ULL(commLabelCount)); in ParseLabelExchange()913 for (uint64_t i = 0; i < commLabelCount; i++) { in ParseLabelExchange()