Go to the documentation of this file.
42#include <sofia-sip/url_tag.h>
63#define NEATAG_ANY() neatag_any, ((tag_value_t)0)
67#define NEATAG_MIN_EXPIRES(x) neatag_min_expires, tag_uint_v((x))
70#define NEATAG_MIN_EXPIRES_REF(x) neatag_min_expires_ref, tag_uint_vr((&x))
73#define NEATAG_MINSUB(x) neatag_min_expires, tag_uint_v((x))
74#define NEATAG_MINSUB_REF(x) neatag_min_expires_ref, tag_uint_vr((&x))
77#define NEATAG_EXPIRES(x) neatag_expires, tag_uint_v((x))
80#define NEATAG_EXPIRES_REF(x) neatag_expires_ref, tag_uint_vr((&x))
84#define NEATAG_MAX_EXPIRES(x) neatag_max_expires, tag_uint_v((x))
87#define NEATAG_MAX_EXPIRES_REF(x) neatag_max_expires_ref, tag_uint_vr((&x))
91#define NEATAG_EVENTLIST(x) neatag_eventlist, tag_bool_v((x))
94#define NEATAG_EVENTLIST_REF(x) neatag_eventlist_ref, tag_bool_vr((&x))
98#define NEATAG_THROTTLE(x) neatag_throttle, tag_uint_v((x))
101#define NEATAG_THROTTLE_REF(x) neatag_throttle_ref, tag_uint_vr((&x))
105#define NEATAG_MINTHROTTLE(x) neatag_minthrottle, tag_uint_v((x))
108#define NEATAG_MINTHROTTLE_REF(x) neatag_minthrottle_ref, tag_uint_vr((&x))
112#define NEATAG_DIALOG(x) neatag_dialog, tag_ptr_v((x))
115#define NEATAG_DIALOG_REF(x) neatag_dialog_ref, tag_ptr_vr((&x), (x))
121#define NEATAG_SUB(x) neatag_sub, tag_ptr_v((x))
124#define NEATAG_SUB_REF(x) neatag_sub_ref, tag_ptr_vr((&x), (x))
128#define NEATAG_FAKE(x) neatag_fake, tag_bool_v((x))
131#define NEATAG_FAKE_REF(x) neatag_fake_ref, tag_bool_vr((&x))
135#define NEATAG_REASON(x) neatag_reason, tag_str_v((x))
138#define NEATAG_REASON_REF(x) neatag_reason_ref, tag_str_vr((&x))
142#define NEATAG_RETRY_AFTER(x) neatag_retry_after, tag_uint_v((x))
145#define NEATAG_RETRY_AFTER_REF(x) neatag_retry_after_ref, tag_uint_vr((&x))
149#define NEATAG_EXSTATE(x) neatag_exstate, tag_str_v((x))
152#define NEATAG_EXSTATE_REF(x) neatag_exstate_ref, tag_str_vr((&x))
156#define NEATAG_STRICT_3265(x) neatag_strict_3265, tag_bool_v((x))
159#define NEATAG_STRICT_3265_REF(x) neatag_strict_3265_ref, tag_bool_vr((&x))
163#define NEATAG_VERSION(x) neatag_version, tag_uint_v((x))
166#define NEATAG_VERSION_REF(x) neatag_version_ref, tag_uint_vr((&x))
nea_state_t
Event states.
Definition nea_tag.h:54
@ nea_pending
Before first notify.
Definition nea_tag.h:57
struct tag_type_s const tag_typedef_t[1]
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.