Home
last modified time | relevance | path

Searched refs:NX_MSRP (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c71 UINT nx_msrp_init(NX_MSRP *msrp_ptr) in nx_msrp_init()
885 if (((NX_MSRP *)participant) -> listener_enable) in nx_msrp_register_stream_indication()
888 event_callback = ((NX_MSRP *)participant) -> msrp_event_callback; in nx_msrp_register_stream_indication()
894 …status = event_callback(participant, attribute, (UCHAR)indication_type, ((NX_MSRP *)participant) -… in nx_msrp_register_stream_indication()
970 event_callback = ((NX_MSRP *)participant) -> msrp_event_callback; in nx_msrp_deregister_stream_indication()
976 …status = event_callback(participant, attribute, indication_type, ((NX_MSRP *)participant) -> msrp_… in nx_msrp_deregister_stream_indication()
1036 event_callback = ((NX_MSRP *)participant) -> msrp_event_callback; in nx_msrp_register_attach_indication()
1041 …status = event_callback(participant, attribute, indication_type, ((NX_MSRP *)participant) -> msrp_… in nx_msrp_register_attach_indication()
1091 event_callback = ((NX_MSRP *)participant) -> msrp_event_callback; in nx_msrp_deregister_attach_indication()
1096 …status = event_callback(participant, attribute, indication_type, ((NX_MSRP *)participant) -> msrp_… in nx_msrp_deregister_attach_indication()
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_msrp.h156 } NX_MSRP; typedef
159 UINT nx_msrp_init(NX_MSRP *nx_msrp_ptr);
Dnx_srp.h69 NX_MSRP nx_msrp;