Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_srp.c157 srp_ptr -> nx_mvrp.mvrp_event_callback = event_callback; in nx_srp_talker_start()
168 srp_ptr -> nx_mvrp.mvrp_event_callback = event_callback; in nx_srp_talker_start()
315 srp_ptr -> nx_mvrp.mvrp_event_callback = event_callback; in nx_srp_listener_start()
Dnx_mvrp.c74 if (mvrp -> mvrp_event_callback) in nx_mvrp_indication_process()
76 status = mvrp -> mvrp_event_callback(participant, attribute, indication_type, NX_NULL); in nx_mvrp_indication_process()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mvrp.h90 NX_MVRP_EVENT_CALLBACK mvrp_event_callback; member