Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c523 …((NX_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event = fourpacked_va… in nx_msrp_register_attach_request()
909 …((NX_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event = NX_MSRP_FOURP… in nx_msrp_register_stream_indication()
1328 … (((NX_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event >= NX_MSRP_FO… in nx_msrp_indication_process()
1340 … (((NX_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event >= NX_MSRP_FO… in nx_msrp_indication_process()
1549 …((NX_MSRP_ATTRIBUTE *)attribute) -> msrp_attribute_union.listener.fourpacked_event = four_packed_e… in nx_msrp_mrpdu_parse()
1693 … UCHAR *threepacked_event, UCHAR *fourpacked_event, UCHAR *data_ptr, UINT *length_ptr) in nx_msrp_mrpdu_pack_attribute() argument
1851 …fourpacked_value[i++] = (UCHAR)((fourpacked_event[index] * 64) + (fourpacked_event[index + 1] * 16… in nx_msrp_mrpdu_pack_attribute()
1852 … (fourpacked_event[index + 2] * 4) + fourpacked_event[index + 3]); in nx_msrp_mrpdu_pack_attribute()
1980 UCHAR fourpacked_event[NX_MSRP_ATTRIBUTE_ARRAY_MAX_SIZE]; in nx_msrp_mrpdu_pack() local
2014 …_attribute(participant, attribute, num_of_value, threepacked_event, fourpacked_event, data_ptr, &d… in nx_msrp_mrpdu_pack()
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_msrp.h117 UCHAR fourpacked_event; member
186 … UCHAR *threepacked_event, UCHAR *fourpacked_event, UCHAR *data_ptr, UINT *length_ptr);