Searched refs:message_length (Results 1 – 1 of 1) sorted by relevance
43 whd_tlv8_data_t *whd_tlv_find_tlv8(const uint8_t *message, uint32_t message_length, uint8_t type);45 whd_tlv8_data_t *whd_tlv_find_tlv8(const uint8_t *message, uint32_t message_length, uint8_t type) in whd_tlv_find_tlv8() argument47 while (message_length != 0) in whd_tlv_find_tlv8()53 if (current_tlv_length > message_length) in whd_tlv_find_tlv8()66 message_length -= current_tlv_length; in whd_tlv_find_tlv8()