Searched refs:indication_function (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mrp.c | 514 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()
|
| D | nx_mvrp.c | 828 mvrp_ptr -> participant.indication_function = nx_mvrp_indication_process; in nx_mvrp_init()
|
| D | nx_msrp.c | 76 msrp_ptr -> nx_msrp_participant.indication_function = nx_msrp_indication_process; in nx_msrp_init()
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_mrp.h | 217 NX_MRP_INDICATION indication_function; member
|