#include "parse_from.h"
#include "parse_to.h"
#include <stdlib.h>
#include <string.h>
#include "../dprint.h"
#include "msg_parser.h"
#include "../ut.h"
#include "../mem/mem.h"

Go to the source code of this file.
Functions | |
| int | parse_rpid_header (struct sip_msg *msg) |
Definition in file parse_rpid.c.
| int parse_rpid_header | ( | struct sip_msg * | msg | ) |
This method is used to parse RPID header.
| msg | sip msg |
Definition at line 44 of file parse_rpid.c.
References hdr_field::body, to_body::error, HDR_RPID_F, _str::len, LM_ERR, PARSE_ERROR, parse_headers(), parse_to(), hdr_field::parsed, pkg_free, pkg_malloc, sip_msg::rpid, and _str::s.
Referenced by ospGetRpidUserpart().
1.5.6