Parser :: Allow header. More...
#include <stdlib.h>#include <string.h>#include "../dprint.h"#include "../mem/mem.h"#include "parse_allow.h"#include "parse_methods.h"#include "msg_parser.h"
Go to the source code of this file.
Definition in file parse_allow.c.
| int parse_allow | ( | struct sip_msg * | msg | ) |
Parse all Allow HFs.
| msg | sip msg |
Definition at line 83 of file parse_allow.c.
References HDR_EOH_F, parse_allow_header(), and hdr_field::parsed.
Referenced by pack_ci().


| int parse_allow_header | ( | struct hdr_field * | _hf | ) |
| _hf | message header field |
Definition at line 43 of file parse_allow.c.
References hdr_field::body, parse_methods(), and hdr_field::parsed.
Referenced by parse_allow().


1.7.1