GNUnet  0.20.0
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
33 extern "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_DELEGATE 65548
104 
105 
109 #define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549
110 
111 
115 #define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTRIBUTE_REF 65550
116 
117 
121 #define GNUNET_GNSRECORD_TYPE_REDIRECT 65551
122 
123 
127 #define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_CLIENT 65552
128 
129 
133 #define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT 65553
134 
135 
139 #define GNUNET_GNSRECORD_TYPE_RECLAIM_CREDENTIAL 65554
140 
141 
145 #define GNUNET_GNSRECORD_TYPE_RECLAIM_PRESENTATION 65555
146 
147 
151 #define GNUNET_GNSRECORD_TYPE_EDKEY 65556
152 
153 
157 #define GNUNET_GNSRECORD_TYPE_ERIS_READ_CAPABILITY 65557
158 
159 
163 #define GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_ENTRY 65558
164 
165 
169 #define GNUNET_GNSRECORD_TYPE_TOMBSTONE 65559
170 
171 
175 #define GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_DETAILS 65560
176 
177 
181 #define GNUNET_GNSRECORD_TYPE_DID_DOCUMENT 65561
182 
183 
184 
185 #if 0 /* keep Emacsens' auto-indent happy */
186 {
187 #endif
188 #ifdef __cplusplus
189 }
190 #endif
191 
192 #endif