#include <diameter.h>
Definition at line 345 of file diameter.h.
Data Fields | |
| AAACommandCode | commandCode |
| command code for the message | |
| AAAMsgFlag | flags |
| flags | |
| AAAApplicationId | applicationId |
| application identifier | |
| AAAMsgIdentifier | endtoendId |
| End-to-end identifier. | |
| AAAMsgIdentifier | hopbyhopId |
| Hop-by-hop identitfier. | |
| AAASessionId * | sId |
| Session identifier. | |
| AAA_AVP * | sessionId |
| shortcut to SessionId AVP | |
| AAA_AVP * | orig_host |
| shortcut to Origin Host AVP | |
| AAA_AVP * | orig_realm |
| shortcut to Origin Realm AVP | |
| AAA_AVP * | dest_host |
| shortcut to Destination Host AVP | |
| AAA_AVP * | dest_realm |
| shortcut to Destination Realm AVP | |
| AAA_AVP * | res_code |
| shortcut to Result Code AVP | |
| AAA_AVP * | auth_ses_state |
| shortcut to Authorization Session State AVP | |
| AAA_AVP_LIST | avpList |
| list of AVPs in the message | |
| str | buf |
| Diameter network representation. | |
| void * | in_peer |
| Peer that this message was received from. | |
command code for the message
Definition at line 346 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAACreateResponse(), AAAFreeMessage(), AAANewMessage(), AAAPrintMessage(), AAATranslateMessage(), Cx_MAR(), Cx_SAR(), CxAnswerHandler(), CxRequestHandler(), e2_UDR(), e2AnswerHandler(), e2RequestHandler(), and receive_message().
flags
Definition at line 347 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAACreateRequest(), AAANewMessage(), AAAPrintMessage(), and AAATranslateMessage().
application identifier
Definition at line 348 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAACreateResponse(), AAANewMessage(), AAATranslateMessage(), Cx_MAR(), Cx_SAR(), CxRequestHandler(), e2_UDR(), e2RequestHandler(), and get_routing_peer().
End-to-end identifier.
Definition at line 349 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAACreateRequest(), AAANewMessage(), AAATranslateMessage(), add_trans(), del_trans(), I_Snd_CER(), Snd_DPR(), Snd_DWR(), and take_trans().
Hop-by-hop identitfier.
Definition at line 350 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAACreateRequest(), AAANewMessage(), AAATranslateMessage(), add_trans(), del_trans(), I_Snd_CER(), Snd_DPR(), Snd_DWR(), and take_trans().
Session identifier.
Definition at line 351 of file diameter.h.
Referenced by AAACreateResponse(), and AAANewMessage().
shortcut to SessionId AVP
Definition at line 352 of file diameter.h.
Referenced by AAAAddAVPToMessage(), AAANewMessage(), and AAARemoveAVPFromMessage().
shortcut to Origin Host AVP
Definition at line 353 of file diameter.h.
Referenced by AAAAddAVPToMessage(), AAANewMessage(), and AAARemoveAVPFromMessage().
shortcut to Origin Realm AVP
Definition at line 354 of file diameter.h.
Referenced by AAAAddAVPToMessage(), AAANewMessage(), and AAARemoveAVPFromMessage().
shortcut to Destination Host AVP
Definition at line 355 of file diameter.h.
Referenced by AAAAddAVPToMessage(), and AAARemoveAVPFromMessage().
shortcut to Destination Realm AVP
Definition at line 356 of file diameter.h.
Referenced by AAAAddAVPToMessage(), and AAARemoveAVPFromMessage().
shortcut to Result Code AVP
Definition at line 357 of file diameter.h.
Referenced by AAAAddAVPToMessage(), AAANewMessage(), AAARemoveAVPFromMessage(), and AAASetMessageResultCode().
shortcut to Authorization Session State AVP
Definition at line 358 of file diameter.h.
Referenced by AAAAddAVPToMessage(), and AAARemoveAVPFromMessage().
list of AVPs in the message
Definition at line 359 of file diameter.h.
Referenced by AAAAddAVPToMessage(), AAABuildMsgBuffer(), AAAFindMatchingAVP(), AAANewMessage(), AAAPrintMessage(), AAARemoveAVPFromMessage(), AAATranslateMessage(), Cx_add_avp(), e2_add_avp(), Elect(), Process_CEA(), Process_CER(), and save_peer_applications().
| str _message_t::buf |
Diameter network representation.
Definition at line 360 of file diameter.h.
Referenced by AAABuildMsgBuffer(), AAATranslateMessage(), peer_send(), and select_recv().
| void* _message_t::in_peer |
Peer that this message was received from.
Definition at line 361 of file diameter.h.
Referenced by AAANewMessage().
1.5.2