Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
f0c688c5
Commit
f0c688c5
authored
Feb 15, 2006
by
Pekka Pessi
Browse files
Updated stun tags (kv)
darcs-hash:20060215201556-65a35-56d02a92ac111abaf1e9a779bced628a710ba905.gz
parent
eb272e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
libsofia-sip-ua/stun/sofia-sip/stun_tag.h
libsofia-sip-ua/stun/sofia-sip/stun_tag.h
+17
-1
No files found.
libsofia-sip-ua/stun/sofia-sip/stun_tag.h
View file @
f0c688c5
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
* Copyright (C) 2005
-2006
Nokia Corporation.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
...
...
@@ -27,6 +27,8 @@
/**@file stun_tag.h Tags for STUN.
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
* @author Martti Mela <Martti.Mela@nokia.com>
* @author Kai Vehmanen <Kai.Vehmanen@nokia.com>
*
* @date Created: Tue Oct 18 20:13:50 EEST 2005 ppessi
*/
...
...
@@ -37,14 +39,28 @@
SOFIA_BEGIN_DECLS
/*****************************************
* Note: see documentation in stun_tag.c *
*****************************************/
#define STUNTAG_ANY() stuntag_any, ((tag_value_t)0)
extern
tag_typedef_t
stuntag_any
;
#define STUNTAG_DOMAIN(x) stuntag_domain, tag_str_v(x)
extern
tag_typedef_t
stuntag_domain
;
#define STUNTAG_DOMAIN_REF(x) stuntag_domain_ref, tag_str_vr(&(x))
extern
tag_typedef_t
stuntag_domain_ref
;
#define STUNTAG_SERVER(x) stuntag_server, tag_str_v(x)
extern
tag_typedef_t
stuntag_server
;
#define STUNTAG_SERVER_REF(x) stuntag_server_ref, tag_str_vr(&(x))
extern
tag_typedef_t
stuntag_server_ref
;
#define STUNTAG_REQUIRE_INTEGRITY(x) stuntag_require_integrity, tag_int_v(x)
extern
tag_typedef_t
stuntag_require_integrity
;
#define STUNTAG_REQUIRE_INTEGRITY_REF(x) stuntag_require_integrity_ref, tag_int_vr(&(x))
extern
tag_typedef_t
stuntag_require_integrity_ref
;
#define STUNTAG_INTEGRITY(x) stuntag_integrity, tag_int_v(x)
extern
tag_typedef_t
stuntag_integrity
;
#define STUNTAG_INTEGRITY_REF(x) stuntag_integrity_ref, tag_int_vr(&(x))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment