Home
last modified time | relevance | path

Searched refs:attribute_list_length_index (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c1446 UINT attribute_list_length_index; in nx_msrp_mrpdu_parse() local
1473 attribute_list_length_index = attribute_type_index + 2; in nx_msrp_mrpdu_parse()
1489 …e_list_length = (USHORT)(*(data_ptr + attribute_list_length_index) << 8 | *(data_ptr + attribute_l… in nx_msrp_mrpdu_parse()
1544 … four_packed_event = *(data_ptr + attribute_list_length_index + attribute_list_length - 1); in nx_msrp_mrpdu_parse()
1617 … three_packed_event = *(data_ptr + attribute_list_length_index + attribute_list_length - 2); in nx_msrp_mrpdu_parse()
1631 …if (*(data_ptr + attribute_list_length_index + attribute_list_length + 2) == NX_MSRP_ATTRIBUTE_END… in nx_msrp_mrpdu_parse()
1632 …*(data_ptr + attribute_list_length_index + attribute_list_length + 3) == NX_MSRP_ATTRIBUTE_END_MAS… in nx_msrp_mrpdu_parse()