Home
last modified time | relevance | path

Searched refs:AAAGetAuthSession (Results 1 – 10 of 10) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_qos/
H A Drx_asr.c84 session = cdpb.AAAGetAuthSession(request->sessionId->data); in rx_process_asr()
H A Drx_str.c85 auth = cdpb.AAAGetAuthSession(*rx_session_id); in rx_send_str()
H A Dims_qos_mod.c463 auth = cdpb.AAAGetAuthSession(*rx_session_id); in callback_dialog()
503 auth = cdpb.AAAGetAuthSession(*rx_session_id); in callback_dialog()
886 auth_session = cdpb.AAAGetAuthSession(*rx_session_id); in w_rx_aar()
1330 && (auth = cdpb.AAAGetAuthSession(pcontact->rx_session_id))) { in w_rx_aar_register()
H A Drx_aar.c156 auth = cdpb.AAAGetAuthSession(aaa->sessionId->data); in async_aar_callback()
287 auth = cdpb.AAAGetAuthSession(aaa->sessionId->data); in async_aar_reg_callback()
/dports/net/kamailio/kamailio-5.4.5/src/modules/cdp/
H A Dcdp_load.c101 FIND_EXP(AAAGetAuthSession); in load_cdp()
H A Dcdp_load.h97 AAAGetAuthSession_f AAAGetAuthSession; member
H A Dcdp_mod.c162 EXP_FUNC(AAAGetAuthSession)
H A Dsession.h306 AAASession* AAAGetAuthSession(str id);
H A DREADME97 1.17. AAASession* AAAGetAuthSession(str id)
555 1.17. AAASession* AAAGetAuthSession(str id)
617 1.17. AAASession* AAAGetAuthSession(str id)
792 1.17. AAASession* AAAGetAuthSession(str id)
H A Dsession.c699 AAASession* AAAGetAuthSession(str id) in AAAGetAuthSession() function