Searched refs:attribute_head (Results 1 – 1 of 1) sorted by relevance
144 NX_MRP_ATTRIBUTE *attribute_head = participant -> inused_head; in nx_msrp_attribute_find() local146 while (NX_NULL != attribute_head) in nx_msrp_attribute_find()148 if (attribute_head -> attribute_type == attribute_type) in nx_msrp_attribute_find()154 …if (memcmp(((NX_MSRP_ATTRIBUTE *)attribute_head) -> msrp_attribute_union.talker_advertise.stream_i… in nx_msrp_attribute_find()156 *attribute_ptr = attribute_head; in nx_msrp_attribute_find()165 …if (memcmp(((NX_MSRP_ATTRIBUTE *)attribute_head) -> msrp_attribute_union.listener.stream_id, (UCHA… in nx_msrp_attribute_find()168 *attribute_ptr = attribute_head; in nx_msrp_attribute_find()177 …if (((NX_MSRP_ATTRIBUTE *)attribute_head) -> msrp_attribute_union.domain.sr_class_id == *(UCHAR *)… in nx_msrp_attribute_find()179 *attribute_ptr = attribute_head; in nx_msrp_attribute_find()183 …NX_MSRP_DEBUG_PRINTF(("sr_class_id = %d \r\n", ((NX_MSRP_ATTRIBUTE *)attribute_head) -> msrp_attri… in nx_msrp_attribute_find()[all …]