Home
last modified time | relevance | path

Searched refs:indication_function (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_mrp.c514 if (participant -> indication_function != NX_NULL) in nx_mrp_registrar_event_process()
516 participant -> indication_function(mrp, participant, attribute, NX_MRP_INDICATION_NEW); in nx_mrp_registrar_event_process()
537 if (participant -> indication_function != NX_NULL) in nx_mrp_registrar_event_process()
539 … participant -> indication_function(mrp, participant, attribute, NX_MRP_INDICATION_JOIN); in nx_mrp_registrar_event_process()
560 if (participant -> indication_function != NX_NULL) in nx_mrp_registrar_event_process()
562 … participant -> indication_function(mrp, participant, attribute, NX_MRP_INDICATION_LV); in nx_mrp_registrar_event_process()
572 if (participant -> indication_function != NX_NULL) in nx_mrp_registrar_event_process()
574 … participant -> indication_function(mrp, participant, attribute, NX_MRP_INDICATION_LV); in nx_mrp_registrar_event_process()
903 if (participant -> indication_function != NX_NULL) in nx_mrp_attribute_evict()
905 … participant -> indication_function(mrp, participant, attribute, NX_MRP_INDICATION_EVICT); in nx_mrp_attribute_evict()
Dnx_mvrp.c828 mvrp_ptr -> participant.indication_function = nx_mvrp_indication_process; in nx_mvrp_init()
Dnx_msrp.c76 msrp_ptr -> nx_msrp_participant.indication_function = nx_msrp_indication_process; in nx_msrp_init()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h217 NX_MRP_INDICATION indication_function; member