#include "../../sr_module.h"
#include "../../dprint.h"


Go to the source code of this file.
Data Structures | |
| struct | sl_binds |
Typedefs | |
| typedef int(* | get_reply_totag_f )(struct sip_msg *msg, str *tag) |
| typedef int(* | load_sl_f )(struct sl_binds *slb) |
| typedef int(* | send_reply_f )(struct sip_msg *msg, int code, str *reason) |
| typedef int(* | sl_get_reply_totag_f )(struct sip_msg *msg, str *tag) |
| typedef int(* | sl_send_reply_dlg_f )(struct sip_msg *msg, int code, str *reason, str *tag) |
| typedef int(* | sl_send_reply_f )(struct sip_msg *msg, int code, str *reason) |
Functions | |
| int | load_sl (struct sl_binds *slb) |
| Helper function for loading the SL API. | |
| static int | load_sl_api (struct sl_binds *slb) |
| Load the SL API. | |
Definition in file sl_api.h.
| typedef int(* get_reply_totag_f)(struct sip_msg *msg, str *tag) |
| typedef int(* send_reply_f)(struct sip_msg *msg, int code, str *reason) |
| typedef int(* sl_get_reply_totag_f)(struct sip_msg *msg, str *tag) |
| typedef int(* sl_send_reply_dlg_f)(struct sip_msg *msg, int code, str *reason, str *tag) |
| typedef int(* sl_send_reply_f)(struct sip_msg *msg, int code, str *reason) |
| int load_sl | ( | struct sl_binds * | slb | ) |
Helper function for loading the SL API.
| slb | sl_bind structure |
Definition at line 357 of file sl.c.
References get_reply_totag(), sl_binds::get_reply_totag, NULL, sl_binds::reply, sl_binds::reply_dlg, send_reply(), sl_binds::send_reply, sl_get_reply_totag(), sl_binds::sl_get_reply_totag, sl_send_reply(), and sl_send_reply_dlg().
Referenced by load_sl_api().
| static int load_sl_api | ( | struct sl_binds * | slb | ) | [inline, static] |
Load the SL API.
Definition at line 59 of file sl_api.h.
References find_export(), LM_ERR, and load_sl().
Referenced by cpl_init(), and mod_init().
1.5.6