Searched refs:msrp_attribute (Results 1 – 1 of 1) sorted by relevance
139 NX_MRP_ATTRIBUTE *msrp_attribute; in nx_msrp_attribute_find() local262 msrp_attribute = participant -> inused_head; in nx_msrp_attribute_find()264 while (msrp_attribute) in nx_msrp_attribute_find()266 if (((*attribute_ptr) -> attribute_type) > (msrp_attribute -> attribute_type)) in nx_msrp_attribute_find()269 tmp = msrp_attribute; in nx_msrp_attribute_find()271 msrp_attribute = msrp_attribute -> next; in nx_msrp_attribute_find()273 if (msrp_attribute == NX_NULL) in nx_msrp_attribute_find()282 else if ((*attribute_ptr) -> attribute_type == msrp_attribute -> attribute_type) in nx_msrp_attribute_find()285 while ((*attribute_ptr) -> attribute_type == msrp_attribute -> attribute_type) in nx_msrp_attribute_find()318 (*attribute_ptr) -> next = msrp_attribute; in nx_msrp_attribute_find()[all …]