aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-02 20:12:20 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-02 20:12:20 +0000
commitbabb44d2986297396feb11d760b94cb82f8f931c (patch)
treee8a413c76937add910fa4f002fb1960b31815b94 /src/include/gnunet_dnsparser_lib.h
parentcb66f2dfd9164430b3dd22484075ac421d2464dc (diff)
downloadgnunet-babb44d2986297396feb11d760b94cb82f8f931c.tar.gz
gnunet-babb44d2986297396feb11d760b94cb82f8f931c.zip
-doxygen, indentation
Diffstat (limited to 'src/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index a31f87af8..6dc75b9a4 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -66,7 +66,7 @@ struct GNUNET_DNSPARSER_Query
66 /** 66 /**
67 * Name of the record that the query is for (0-terminated). 67 * Name of the record that the query is for (0-terminated).
68 * In UTF-8 format. The library will convert from and to DNS-IDNA 68 * In UTF-8 format. The library will convert from and to DNS-IDNA
69 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 69 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
70 * individual label is well-formed. If a given name is not well-formed, 70 * individual label is well-formed. If a given name is not well-formed,
71 * creating the DNS packet will fail. 71 * creating the DNS packet will fail.
72 */ 72 */
@@ -99,7 +99,7 @@ struct GNUNET_DNSPARSER_MxRecord
99 /** 99 /**
100 * Name of the mail server. 100 * Name of the mail server.
101 * In UTF-8 format. The library will convert from and to DNS-IDNA 101 * In UTF-8 format. The library will convert from and to DNS-IDNA
102 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 102 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
103 * individual label is well-formed. If a given name is not well-formed, 103 * individual label is well-formed. If a given name is not well-formed,
104 * creating the DNS packet will fail. 104 * creating the DNS packet will fail.
105 */ 105 */
@@ -112,7 +112,7 @@ struct GNUNET_DNSPARSER_MxRecord
112 * Information from SRV records (RFC 2782). The 'service', 'proto' 112 * Information from SRV records (RFC 2782). The 'service', 'proto'
113 * and 'domain_name' fields together give the DNS-name which for SRV 113 * and 'domain_name' fields together give the DNS-name which for SRV
114 * records is of the form "_$SERVICE._$PROTO.$DOMAIN_NAME". The DNS 114 * records is of the form "_$SERVICE._$PROTO.$DOMAIN_NAME". The DNS
115 * parser provides the full name in 'struct DNSPARSER_Record' and the 115 * parser provides the full name in `struct DNSPARSER_Record` and the
116 * individual components in the respective fields of this struct. 116 * individual components in the respective fields of this struct.
117 * When serializing, you CAN set the 'name' field of 'struct 117 * When serializing, you CAN set the 'name' field of 'struct
118 * GNUNET_DNSPARSER_Record' to NULL, in which case the DNSPARSER code 118 * GNUNET_DNSPARSER_Record' to NULL, in which case the DNSPARSER code
@@ -126,7 +126,7 @@ struct GNUNET_DNSPARSER_SrvRecord
126 * Service name without the underscore (!). Note that RFC 6335 clarifies the 126 * Service name without the underscore (!). Note that RFC 6335 clarifies the
127 * set of legal characters for service names. 127 * set of legal characters for service names.
128 * In UTF-8 format. The library will convert from and to DNS-IDNA 128 * In UTF-8 format. The library will convert from and to DNS-IDNA
129 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 129 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
130 * individual label is well-formed. If a given name is not well-formed, 130 * individual label is well-formed. If a given name is not well-formed,
131 * creating the DNS packet will fail. 131 * creating the DNS packet will fail.
132 */ 132 */
@@ -141,7 +141,7 @@ struct GNUNET_DNSPARSER_SrvRecord
141 /** 141 /**
142 * Domain name for which the record is valid 142 * Domain name for which the record is valid
143 * In UTF-8 format. The library will convert from and to DNS-IDNA 143 * In UTF-8 format. The library will convert from and to DNS-IDNA
144 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 144 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
145 * individual label is well-formed. If a given name is not well-formed, 145 * individual label is well-formed. If a given name is not well-formed,
146 * creating the DNS packet will fail. 146 * creating the DNS packet will fail.
147 */ 147 */
@@ -150,7 +150,7 @@ struct GNUNET_DNSPARSER_SrvRecord
150 /** 150 /**
151 * Hostname offering the service. 151 * Hostname offering the service.
152 * In UTF-8 format. The library will convert from and to DNS-IDNA 152 * In UTF-8 format. The library will convert from and to DNS-IDNA
153 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 153 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
154 * individual label is well-formed. If a given name is not well-formed, 154 * individual label is well-formed. If a given name is not well-formed,
155 * creating the DNS packet will fail. 155 * creating the DNS packet will fail.
156 */ 156 */
@@ -353,7 +353,7 @@ struct GNUNET_DNSPARSER_SoaRecord
353 * The domainname of the name server that was the 353 * The domainname of the name server that was the
354 * original or primary source of data for this zone. 354 * original or primary source of data for this zone.
355 * In UTF-8 format. The library will convert from and to DNS-IDNA 355 * In UTF-8 format. The library will convert from and to DNS-IDNA
356 * as necessary. Use #GNUNET_DNSPARSER_check_label to test if an 356 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
357 * individual label is well-formed. If a given name is not well-formed, 357 * individual label is well-formed. If a given name is not well-formed,
358 * creating the DNS packet will fail. 358 * creating the DNS packet will fail.
359 */ 359 */
@@ -363,7 +363,7 @@ struct GNUNET_DNSPARSER_SoaRecord
363 * A domainname which specifies the mailbox of the 363 * A domainname which specifies the mailbox of the
364 * person responsible for this zone. 364 * person responsible for this zone.
365 * In UTF-8 format. The library will convert from and to DNS-IDNA 365 * In UTF-8 format. The library will convert from and to DNS-IDNA
366 * as necessary. Use 'GNUNET_DNSPARSER_check_label' to test if an 366 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
367 * individual label is well-formed. If a given name is not well-formed, 367 * individual label is well-formed. If a given name is not well-formed,
368 * creating the DNS packet will fail. 368 * creating the DNS packet will fail.
369 */ 369 */
@@ -427,7 +427,7 @@ struct GNUNET_DNSPARSER_Record
427 /** 427 /**
428 * Name of the record that the query is for (0-terminated). 428 * Name of the record that the query is for (0-terminated).
429 * In UTF-8 format. The library will convert from and to DNS-IDNA 429 * In UTF-8 format. The library will convert from and to DNS-IDNA
430 * as necessary. Use #GNUNET_DNSPARSER_check_label to test if an 430 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
431 * individual label is well-formed. If a given name is not well-formed, 431 * individual label is well-formed. If a given name is not well-formed,
432 * creating the DNS packet will fail. 432 * creating the DNS packet will fail.
433 */ 433 */
@@ -442,7 +442,7 @@ struct GNUNET_DNSPARSER_Record
442 /** 442 /**
443 * For NS, CNAME and PTR records, this is the uncompressed 0-terminated hostname. 443 * For NS, CNAME and PTR records, this is the uncompressed 0-terminated hostname.
444 * In UTF-8 format. The library will convert from and to DNS-IDNA 444 * In UTF-8 format. The library will convert from and to DNS-IDNA
445 * as necessary. Use #GNUNET_DNSPARSER_check_label to test if an 445 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
446 * individual label is well-formed. If a given name is not well-formed, 446 * individual label is well-formed. If a given name is not well-formed,
447 * creating the DNS packet will fail. 447 * creating the DNS packet will fail.
448 */ 448 */