reference/network/constants.xml
a6faadde38e014437de2577d995882f9d0fdbd35
...
...
@@ -84,8 +84,36 @@
84
84
<entry>kernel messages</entry>
85
85
</row>
86
86
<row xml:id="constant.log-local0">
87
-
<entry><constant>LOG_LOCAL0 ... LOG_LOCAL7</constant></entry>
88
-
<entry>reserved for local use, these are not available in Windows</entry>
87
+
<entry><constant>LOG_LOCAL0</constant></entry>
88
+
<entry>reserved for local use, not available in Windows</entry>
89
+
</row>
90
+
<row xml:id="constant.log-local1">
91
+
<entry><constant>LOG_LOCAL1</constant></entry>
92
+
<entry>reserved for local use, not available in Windows</entry>
93
+
</row>
94
+
<row xml:id="constant.log-local2">
95
+
<entry><constant>LOG_LOCAL2</constant></entry>
96
+
<entry>reserved for local use, not available in Windows</entry>
97
+
</row>
98
+
<row xml:id="constant.log-local3">
99
+
<entry><constant>LOG_LOCAL3</constant></entry>
100
+
<entry>reserved for local use, not available in Windows</entry>
101
+
</row>
102
+
<row xml:id="constant.log-local4">
103
+
<entry><constant>LOG_LOCAL4</constant></entry>
104
+
<entry>reserved for local use, not available in Windows</entry>
105
+
</row>
106
+
<row xml:id="constant.log-local5">
107
+
<entry><constant>LOG_LOCAL5</constant></entry>
108
+
<entry>reserved for local use, not available in Windows</entry>
109
+
</row>
110
+
<row xml:id="constant.log-local6">
111
+
<entry><constant>LOG_LOCAL6</constant></entry>
112
+
<entry>reserved for local use, not available in Windows</entry>
113
+
</row>
114
+
<row xml:id="constant.log-local7">
115
+
<entry><constant>LOG_LOCAL7</constant></entry>
116
+
<entry>reserved for local use, not available in Windows</entry>
89
117
</row>
90
118
<row xml:id="constant.log-lpr">
91
119
<entry><constant>LOG_LPR</constant></entry>
...
...
@@ -174,6 +202,14 @@
174
202
<entry><constant>DNS_A</constant></entry>
175
203
<entry>IPv4 Address Resource</entry>
176
204
</row>
205
+
<row xml:id="constant.dns-a6">
206
+
<entry><constant>DNS_A6</constant></entry>
207
+
<entry>Defined as part of early IPv6 but downgraded to historic by RFC 6563</entry>
208
+
</row>
209
+
<row xml:id="constant.dns-caa">
210
+
<entry><constant>DNS_CAA</constant></entry>
211
+
<entry>Certification Authority Authorization Resource (available as of PHP 7.0.16 and 7.1.2)</entry>
212
+
</row>
177
213
<row xml:id="constant.dns-mx">
178
214
<entry><constant>DNS_MX</constant></entry>
179
215
<entry>Mail Exchanger Resource</entry>
...
...
@@ -182,6 +218,10 @@
182
218
<entry><constant>DNS_CNAME</constant></entry>
183
219
<entry>Alias (Canonical Name) Resource</entry>
184
220
</row>
221
+
<row xml:id="constant.dns-naptr">
222
+
<entry><constant>DNS_NAPTR</constant></entry>
223
+
<entry>Naming Authority Pointer</entry>
224
+
</row>
185
225
<row xml:id="constant.dns-ns">
186
226
<entry><constant>DNS_NS</constant></entry>
187
227
<entry>Authoritative Name Server Resource</entry>
...
...
@@ -200,6 +240,10 @@
200
240
<entry><constant>DNS_SOA</constant></entry>
201
241
<entry>Start of Authority Resource</entry>
202
242
</row>
243
+
<row xml:id="constant.dns-srv">
244
+
<entry><constant>DNS_SRV</constant></entry>
245
+
<entry>Service locator</entry>
246
+
</row>
203
247
<row xml:id="constant.dns-txt">
204
248
<entry><constant>DNS_TXT</constant></entry>
205
249
<entry>Text Resource</entry>
206
250