Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c137 …IPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, UCHAR attribute_type, UCHAR *attribute_value) in nx_msrp_attribute_find() argument
154 …ribute_head) -> msrp_attribute_union.talker_advertise.stream_id, (UCHAR *)attribute_value, 8) == 0) in nx_msrp_attribute_find()
165 …TE *)attribute_head) -> msrp_attribute_union.listener.stream_id, (UCHAR *)attribute_value, 8) == 0) in nx_msrp_attribute_find()
177 …TTRIBUTE *)attribute_head) -> msrp_attribute_union.domain.sr_class_id == *(UCHAR *)attribute_value) in nx_msrp_attribute_find()
185 NX_MSRP_DEBUG_PRINTF(("attribute_value = %d \r\n", *(UCHAR *)attribute_value)); in nx_msrp_attribute_find()
191 …ribute_head) -> msrp_attribute_union.talker_advertise.stream_id, (UCHAR *)attribute_value, 8) == 0) in nx_msrp_attribute_find()
224 (UCHAR *)attribute_value, 8); /* use case of memcpy is verified. */ in nx_msrp_attribute_find()
230 (UCHAR *)attribute_value, 8); /* use case of memcpy is verified. */ in nx_msrp_attribute_find()
236 (UCHAR *)attribute_value, 1); /* use case of memcpy is verified. */ in nx_msrp_attribute_find()
414 UCHAR *attribute_value; in nx_msrp_register_stream_request() local
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_msrp.h184 …PANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, UCHAR attribute_type, UCHAR *attribute_value);