sip
1.12.11devel
|
Tag class for SIP headers. More...
Go to the source code of this file.
Tag class for SIP headers.
This file is automatically generated from <sip.h> by msg_parser.awk.
#define SIPTAG_HEADER | ( | x | ) |
Tag list item for header string.
The SIPTAG_HEADER() macro is used to include a tag item containing an unknown SIP header in the tag list, e.g.,
x | pointer to a header structure, or NULL. |
#define SIPTAG_HEADER_STR | ( | s | ) |
Tag list item for header string.
Macro is used to include a tag item containing an unknown extension header in the tag list, e.g.,
It is also possible to include multiple headers at once
(See RFC 3455 for more information about these headers.)
s | pointer to a string, or NULL. |
The corresponding tag item taking reference parameter is SIPTAG_HEADER_STR_REF().
#define SIPTAG_SIP | ( | x | ) |
Tag list item for sip_t object.
The SIPTAG_SIP() macro is used to include a tag item for a sip_t struct in the tag list.
x | pointer to a sip_t message structure, or NULL. |
tag_type_t sip_tag_list[] |
Lists of SIP tags.
Lists of SIP tags.
tag_class_t siphdrtag_class[1] |
Tag class for SIP headers.
Tag class for SIP headers.
tag_class_t sipmsgtag_class[1] |
Tag class for SIP message.
Tag class for SIP message.
tag_class_t sipstrtag_class[1] |
Tag class for string values of SIP headers.
Tag class for string values of SIP headers.