#include "../../str.h"#include "../../parser/msg_parser.h"#include "../../parser/contact/contact.h"


Go to the source code of this file.
Functions | |
| int | check_content_type (struct sip_msg *) |
| int | extract_body (struct sip_msg *, str *) |
| int | get_callid (struct sip_msg *, str *) |
| int | get_contact_uri (struct sip_msg *, struct sip_uri *, contact_t **) |
| int | get_from_tag (struct sip_msg *, str *) |
| int | get_to_tag (struct sip_msg *, str *) |
| void * | ser_memmem (const void *, const void *, size_t, size_t) |
| int check_content_type | ( | struct sip_msg * | ) |
Definition at line 68 of file nhelpr_funcs.c.
References advance, hdr_field::body, sip_msg::content_type, _str::len, LM_DBG, LM_ERR, LM_WARN, one_of_16, one_of_8, READ, _str::s, and trim_len.
Referenced by extract_body().
Definition at line 156 of file nhelpr_funcs.c.
References check_content_type(), get_body(), get_content_length, _str::len, LM_ERR, and _str::s.
Referenced by fix_nated_sdp_f(), force_rtp_proxy(), and sdp_1918().
Definition at line 248 of file nhelpr_funcs.c.
References hdr_field::body, sip_msg::callid, HDR_CALLID_F, _str::len, LM_ERR, NULL, parse_headers(), _str::s, and trim().
Definition at line 319 of file nhelpr_funcs.c.
References sip_msg::contact, HDR_CONTACT_F, sip_uri::host, _str::len, LM_ERR, NULL, parse_contact(), parse_headers(), parse_uri(), and hdr_field::parsed.
Referenced by build_dlg_ack(), contact_1918(), dlg_confirmed_resp_uac(), dlg_request_uas(), fix_nated_contact_f(), FixContact(), request2dlg(), response2dlg(), and test_private_contact().
Definition at line 296 of file nhelpr_funcs.c.
References get_from, _str::len, LM_ERR, NULL, parse_from_header(), and _str::s.
Definition at line 273 of file nhelpr_funcs.c.
References get_to, _str::len, LM_ERR, NULL, _str::s, and sip_msg::to.
| void* ser_memmem | ( | const void * | , | |
| const void * | , | |||
| size_t | , | |||
| size_t | ||||
| ) |
Definition at line 211 of file nhelpr_funcs.c.
References NULL.
Referenced by extract_mediainfo(), extract_mediaip(), extract_rtcp(), find_sdp_line(), and force_rtp_proxy().
1.5.6