Functions | Variables

msg_parser.c File Reference

Parser :: SIP Message header proxy parser. More...

#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include "../comp_defs.h"
#include "msg_parser.h"
#include "parser_f.h"
#include "../ut.h"
#include "../error.h"
#include "../dprint.h"
#include "../data_lump_rpl.h"
#include "../mem/mem.h"
#include "../core_stats.h"
#include "../globals.h"
#include "parse_hname2.h"
#include "parse_uri.h"
#include "parse_content.h"
#include "parse_to.h"
#include "../compiler_opt.h"
Include dependency graph for msg_parser.c:

Go to the source code of this file.

Functions

Variables


Detailed Description

Definition in file msg_parser.c.


Variable Documentation

unsigned int global_req_flags = 0

msg->msg_flags should be OR'ed with it before a flag value is checked, e.g.: if ((msg->msg_flags|global_req_flags) & FL_XXX) ...

Definition at line 87 of file msg_parser.c.

Referenced by build_req_buf_from_sip_req(), and fix_global_req_flags().