options.h File Reference
#include "../../str.h"
#include "../../parser/msg_parser.h"
#include "../sl/sl_api.h"
Go to the source code of this file.
Define Documentation
| #define ACPT_ENC_STR "Accept-Encoding: " |
| #define ACPT_ENC_STR_LEN 17 |
| #define ACPT_LAN_DEF "en" |
| #define ACPT_LAN_STR "Accept-Language: " |
| #define ACPT_LAN_STR_LEN 17 |
| #define ACPT_STR "Accept: " |
| #define HF_SEP_STR "\r\n" |
| #define SUPT_STR "Supported: " |
Function Documentation
| int opt_reply |
( |
struct sip_msg * |
_msg, |
|
|
char * |
_foo, |
|
|
char * |
_bar | |
|
) |
| | |
Definition at line 53 of file options.c.
References ACPT_ENC_STR, ACPT_ENC_STR_LEN, ACPT_LAN_STR, ACPT_LAN_STR_LEN, ACPT_STR, ACPT_STR_LEN, add_lump_rpl(), HF_SEP_STR, HF_SEP_STR_LEN, _str::len, LM_CRIT, LM_ERR, LUMP_RPL_HDR, LUMP_RPL_NODUP, METHOD_OPTIONS, opt_accept, opt_accept_enc, opt_accept_lang, opt_slb, opt_supported, parse_sip_msg_uri(), sip_msg::parsed_uri, sip_msg::parsed_uri_ok, pkg_free, pkg_malloc, _str::s, sl_binds::send_reply, SUPT_STR, SUPT_STR_LEN, and sip_uri::user.
Variable Documentation