49#define STUNTAG_ANY() stuntag_any, ((tag_value_t)0)
52#define STUNTAG_DOMAIN(x) stuntag_domain, tag_str_v(x)
54#define STUNTAG_DOMAIN_REF(x) stuntag_domain_ref, tag_str_vr(&(x))
57#define STUNTAG_SERVER(x) stuntag_server, tag_str_v(x)
59#define STUNTAG_SERVER_REF(x) stuntag_server_ref, tag_str_vr(&(x))
62#define STUNTAG_REQUIRE_INTEGRITY(x) stuntag_require_integrity, tag_int_v(x)
64#define STUNTAG_REQUIRE_INTEGRITY_REF(x) stuntag_require_integrity_ref, tag_int_vr(&(x))
67#define STUNTAG_INTEGRITY(x) stuntag_integrity, tag_int_v(x)
69#define STUNTAG_INTEGRITY_REF(x) stuntag_integrity_ref, tag_int_vr(&(x))
72#define STUNTAG_SOCKET(x) stuntag_socket, tag_socket_v(x)
74#define STUNTAG_SOCKET_REF(x) stuntag_socket_ref, tag_socket_vr(&(x))
77#define STUNTAG_REGISTER_EVENTS(x) stuntag_register_events, tag_int_v(x)
79#define STUNTAG_REGISTER_EVENTS_REF(x) stuntag_register_events_ref, tag_int_vr(&(x))
82#define STUNTAG_ACTION(x) stuntag_action, tag_int_v(x)
84#define STUNTAG_ACTION_REF(x) stuntag_action_ref, tag_int_vr(&(x))
87#define STUNTAG_CHANGE_IP(x) stuntag_change_ip, tag_bool_v(x)
89#define STUNTAG_CHANGE_IP_REF(x) stuntag_change_ip_ref, tag_bool_vr(&(x))
92#define STUNTAG_CHANGE_PORT(x) stuntag_change_port, tag_bool_v(x)
94#define STUNTAG_CHANGE_PORT_REF(x) stuntag_change_port_ref, tag_bool_vr(&(x))
97#define STUNTAG_TIMEOUT(x) stuntag_timeout, tag_uint_v((x))
99#define STUNTAG_TIMEOUT_REF(x) stuntag_timeout_ref, tag_uint_vr(&(x))
struct tag_type_s const tag_typedef_t[1]