Parent: [6ccca6] (diff)

Child: [b323f7] (diff)

Download this file

RINASignals.h    112 lines (93 with data), 3.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
/*
* RINASignals.h
*
* Created on: 21. 7. 2014
* Author: Mordeth
*/
#ifndef RINASIGNALS_H_
#define RINASIGNALS_H_
//AE
extern const char* SIG_AE_AllocateRequest;
extern const char* SIG_AE_DeallocateRequest;
extern const char* SIG_AE_DataSend;
extern const char* SIG_AE_ConnectionRequest;
extern const char* SIG_AE_ReleaseRequest;
//RIBd
extern const char* SIG_RIBD_DataSend;
extern const char* SIG_RIBD_CreateRequestFlow;
extern const char* SIG_RIBD_DeleteRequestFlow;
extern const char* SIG_RIBD_DeleteResponseFlow;
extern const char* SIG_RIBD_CreateFlow;
extern const char* SIG_RIBD_CreateFlowResponseNegative;
extern const char* SIG_RIBD_CreateFlowResponsePositive;
extern const char* SIG_RIBD_ForwardingUpdateReceived;
extern const char* SIG_RIBD_CongestionNotification;
//CDAP
extern const char* SIG_CDAP_DateReceive;
//CACE
extern const char* SIG_CACE_ConnectionResponsePositive;
extern const char* SIG_CACE_ConnectionResponseNegative;
extern const char* SIG_CACE_ReleaseResponse;
extern const char* SIG_CACE_AuthenticationRequest;
//Auth
extern const char* SIG_Auth_AuthenticationResponse;
//IRM
extern const char* SIG_IRM_AllocateRequest;
extern const char* SIG_IRM_DeallocateRequest;
extern const char* SIG_AERIBD_AllocateResponsePositive;
extern const char* SIG_AERIBD_AllocateResponseNegative;
//FA
extern const char* SIG_FA_CreateFlowResponseNegative;
extern const char* SIG_FA_CreateFlowResponsePositive;
extern const char* SIG_FA_CreateFlowRequestForward;
extern const char* SIG_FA_CreateFlowResponseForward;
extern const char* SIG_FA_AllocateResponsePositive;
extern const char* SIG_FA_AllocateResponseNegative;
//FAI
extern const char* SIG_toFAI_AllocateRequest;
extern const char* SIG_toFAI_AllocateResponsePositive;
extern const char* SIG_toFAI_AllocateResponseNegative;
extern const char* SIG_FAI_AllocateRequest;
extern const char* SIG_FAI_DeallocateRequest;
extern const char* SIG_FAI_DeallocateResponse;
extern const char* SIG_FAI_AllocateResponsePositive;
extern const char* SIG_FAI_AllocateResponseNegative;
extern const char* SIG_FAI_CreateFlowRequest;
extern const char* SIG_FAI_DeleteFlowRequest;
extern const char* SIG_FAI_CreateFlowResponsePositive;
extern const char* SIG_FAI_CreateFlowResponseNegative;
extern const char* SIG_FAI_DeleteFlowResponse;
//RA
extern const char* SIG_RA_AllocateRequest;
extern const char* SIG_RA_DeallocateRequest;
extern const char* SIG_RA_AllocateResponsePositive;
extern const char* SIG_RA_AllocateResponseNegative;
extern const char* SIG_RA_FlowAllocated;
extern const char* SIG_RA_FlowDeallocated;
extern const char* SIG_RA_CreateFlowPositive;
extern const char* SIG_RA_CreateFlowNegative;
extern const char* SIG_RA_InvokeSlowdown;
extern const char* SIG_RA_ExecuteSlowdown;
//RIB
extern const char* SIG_RIB_CreateRequestFlow;
extern const char* SIG_RIB_CreateResponseFlow;
extern const char* SIG_RIB_DeleteRequestFlow;
extern const char* SIG_RIB_DeleteResponseFlow;
//RMT
extern const char* SIG_RMT_NoConnId;
extern const char* SIG_RMT_SlowdownRequest;
extern const char* SIG_RMT_QueuePDURcvd;
extern const char* SIG_RMT_QueuePDUSent;
extern const char* SIG_RMT_PortPDURcvd;
extern const char* SIG_RMT_PortPDUSent;
extern const char* SIG_RMT_PortReadyToServe;
extern const char* SIG_RMT_PortDrainDisable;
extern const char* SIG_RMT_PortDrainEnable;
extern const char* SIG_RMT_PortDrainSlowDown;
extern const char* SIG_RMT_PortDrainSpeedUp;
// PDUFTG
extern const char* SIG_PDUFTG_FwdInfoUpdate;
//EFCP (DTP+DTCP)
extern const char* SIG_EFCP_StahpSending;
extern const char* SIG_EFCP_StartSending;
#endif /* RINASIGNALS_H_ */