GNUnet 0.21.1
gnu_name_system_record_types.h
Go to the documentation of this file.
1/*
2 This file is part of GNUnet
3 Copyright (C) 2012-2022 GNUnet e.V.
4
5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details.
14
15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 SPDX-License-Identifier: AGPL3.0-or-later
19 */
20#ifndef GNU_NAME_SYSTEM_RECORD_TYPES_H
21#define GNU_NAME_SYSTEM_RECORD_TYPES_H
22
32#ifdef __cplusplus
33extern "C" {
34#if 0 /* keep Emacsens' auto-indent happy */
35}
36#endif
37#endif
38
39
43#define GNUNET_GNSRECORD_TYPE_PKEY 65536
44
45
49#define GNUNET_GNSRECORD_TYPE_NICK 65537
50
51
55#define GNUNET_GNSRECORD_TYPE_LEHO 65538
56
57
61#define GNUNET_GNSRECORD_TYPE_VPN 65539
62
63
67#define GNUNET_GNSRECORD_TYPE_GNS2DNS 65540
68
69
73#define GNUNET_GNSRECORD_TYPE_BOX 65541
74
75
79#define GNUNET_GNSRECORD_TYPE_PLACE 65542
80
81
85#define GNUNET_GNSRECORD_TYPE_PHONE 65543
86
87
91#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTRIBUTE 65544
92
93
97#define GNUNET_GNSRECORD_TYPE_RECLAIM_TICKET 65545
98
99
103#define GNUNET_GNSRECORD_TYPE_SBOX 65547
104
105
109#define GNUNET_GNSRECORD_TYPE_DELEGATE 65548
110
111
115#define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549
116
117
121#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTRIBUTE_REF 65550
122
123
127#define GNUNET_GNSRECORD_TYPE_REDIRECT 65551
128
129
133#define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_CLIENT 65552
134
135
139#define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT 65553
140
141
145#define GNUNET_GNSRECORD_TYPE_RECLAIM_CREDENTIAL 65554
146
147
151#define GNUNET_GNSRECORD_TYPE_RECLAIM_PRESENTATION 65555
152
153
157#define GNUNET_GNSRECORD_TYPE_EDKEY 65556
158
159
163#define GNUNET_GNSRECORD_TYPE_ERIS_READ_CAPABILITY 65557
164
165
169#define GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_ENTRY 65558
170
171
175#define GNUNET_GNSRECORD_TYPE_TOMBSTONE 65559
176
177
181#define GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_DETAILS 65560
182
183
187#define GNUNET_GNSRECORD_TYPE_DID_DOCUMENT 65561
188
189
193#define GNUNET_GNSRECORD_TYPE_GNS_REGISTRAR_METADATA 4294901760
194
195
196
197#if 0 /* keep Emacsens' auto-indent happy */
198{
199#endif
200#ifdef __cplusplus
201}
202#endif
203
204#endif