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


Go to the source code of this file.
Functions | |
| int | verify_destination (struct sip_msg *_msg, char *s1, char *s2) |
| int | verify_source (struct sip_msg *_msg, char *s1, char *s2) |
Definition in file verify.h.
| int verify_destination | ( | struct sip_msg * | _msg, | |
| char * | s1, | |||
| char * | s2 | |||
| ) |
Definition at line 163 of file verify.c.
References A_SERVICE_TYPE, A_SIP_CALL_ID, A_SIP_FROM_TAG, A_SIP_URI_USER, A_USER_NAME, attrs, hdr_field::body, sip_msg::callid, sip_msg::from, generate_avps(), get_from, HDR_CALLID_F, sip_uri::host, _str::len, LM_DBG, LM_ERR, NULL, parse_from_header(), parse_headers(), parse_sip_msg_uri(), sip_msg::parsed_uri, rh, _str::s, service, SIP_PORT, sip_uri::user, val::v, V_SIP_VERIFY_DESTINATION, and vals.
| int verify_source | ( | struct sip_msg * | _msg, | |
| char * | s1, | |||
| char * | s2 | |||
| ) |
Definition at line 266 of file verify.c.
References A_SERVICE_TYPE, A_SIP_CALL_ID, A_SIP_FROM_TAG, A_SIP_REQUEST_HASH, A_SIP_URI_USER, A_USER_NAME, attrs, hdr_field::body, sip_msg::callid, cmp_hdrname_strzn(), sip_msg::from, get_from, HDR_CALLID_F, HDR_EOH_F, sip_msg::headers, sip_uri::host, _str::len, LM_DBG, LM_ERR, hdr_field::name, hdr_field::next, NULL, parse_from_header(), parse_headers(), parse_sip_msg_uri(), sip_msg::parsed_uri, rh, _str::s, service, SIP_PORT, sip_uri::user, val::v, V_SIP_VERIFY_SOURCE, and vals.
1.5.6