Home
last modified time | relevance | path

Searched refs:sccp_session_t (Results 1 – 8 of 8) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_session.h31 SCCP_API int SCCP_CALL sccp_session_getFD(sccp_session_t * s);
32 SCCP_API void SCCP_CALL sccp_session_setFD(sccp_session_t * s, int fd);
33 SCCP_API ssl_t * SCCP_CALL sccp_session_getSSL(sccp_session_t * s);
34 SCCP_API void SCCP_CALL sccp_session_setSSL(sccp_session_t * s, ssl_t * ssl);
37 SCCP_API int SCCP_CALL sccp_session_waitForPendingRequests(sccp_session_t * s);
38 uint16_t sccp_session_getPendingRequests(sccp_session_t * s);
44 SCCP_API sccp_session_t * SCCP_CALL sccp_session_reject(constSessionPtr session, char *message);
H A Dsccp_session.c170 int sccp_session_getFD(sccp_session_t * s) in sccp_session_getFD()
191 ssl_t * sccp_session_getSSL(sccp_session_t * s) in sccp_session_getSSL()
295 static void request_pending(sccp_session_t * s) in request_pending()
443 sccp_session_t * session = NULL; in sccp_session_findBySession()
490 sccp_session_t * session = NULL; in sccp_session_removeFromGlobals()
518 sccp_session_t *s = NULL; in sccp_session_terminateAll()
628 static void destroy_session(sccp_session_t * s) in destroy_session()
679 sccp_session_t *s = (sccp_session_t *) session; in sccp_session_device_thread_exit()
740 sccp_session_t *s = (sccp_session_t *) session; in sccp_session_device_thread()
919 sccp_session_t * s = NULL; in sccp_create_session()
[all …]
H A Dforward_declarations.h21 typedef struct sccp_session sccp_session_t; //!< SCCP … typedef
36 #define sessionPtr sccp_session_t *const
45 #define constSessionPtr const sccp_session_t *const
H A Dsccp_globals.h49 SCCP_RWLIST_HEAD (, sccp_session_t) sessions; /*!< SCCP Sessions */
H A Dsccp_device.h150 sccp_session_t *session; /*!< Current Session */
H A Dsccp_appfunctions.c431 sccp_session_t * s = d->session; in sccp_func_sccpdevice()
H A Dsccp_device.c2516 sccp_session_t *s = d->session;
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/asterisk_patches/
H A Dbackport_monitor_feature.patch358 SCCP_RWLIST_HEAD(, sccp_session_t) sessions; /*!< SCCP Sessions */