Searched refs:attribute_ptr (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_msrp.c | 137 …find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, UCHAR attribu… in nx_msrp_attribute_find() argument 156 *attribute_ptr = attribute_head; in nx_msrp_attribute_find() 168 *attribute_ptr = attribute_head; in nx_msrp_attribute_find() 179 *attribute_ptr = attribute_head; in nx_msrp_attribute_find() 193 *attribute_ptr = attribute_head; in nx_msrp_attribute_find() 213 …*attribute_ptr = nx_mrp_attribute_new(mrp, participant, (NX_MRP_ATTRIBUTE *)msrp_attribute_array, … in nx_msrp_attribute_find() 216 (*attribute_ptr) -> attribute_type = attribute_type; in nx_msrp_attribute_find() 218 switch ((*attribute_ptr) -> attribute_type) in nx_msrp_attribute_find() 223 … memcpy(((NX_MSRP_ATTRIBUTE *)*attribute_ptr) -> msrp_attribute_union.talker_advertise.stream_id, in nx_msrp_attribute_find() 229 memcpy(((NX_MSRP_ATTRIBUTE *)*attribute_ptr) -> msrp_attribute_union.listener.stream_id, in nx_msrp_attribute_find() [all …]
|
| D | nx_mvrp.c | 499 …find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_i… in nx_mvrp_attribute_find() argument 512 *attribute_ptr = attribute; in nx_mvrp_attribute_find() 664 …_get(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_i… in nx_mvrp_attribute_get() argument 671 (attribute_ptr == NX_NULL)) in nx_mvrp_attribute_get() 676 status = nx_mvrp_attribute_find(mrp, participant, attribute_ptr, vlan_id); in nx_mvrp_attribute_get() 696 *attribute_ptr = attribute; in nx_mvrp_attribute_get()
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_mvrp.h | 100 …find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_i… 102 …_get(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, USHORT vlan_i…
|
| D | nx_msrp.h | 184 …find(NX_MRP *mrp, NX_MRP_PARTICIPANT *participant, NX_MRP_ATTRIBUTE **attribute_ptr, UCHAR attribu…
|