1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 323628 $ -->
<appendix xml:id="network.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants.core;
<table>
<title><function>openlog</function> Options</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.log-cons">
<entry><constant>LOG_CONS</constant></entry>
<entry>
if there is an error while sending data to the system logger,
write directly to the system console
</entry>
</row>
<row xml:id="constant.log-ndelay">
<entry><constant>LOG_NDELAY</constant></entry>
<entry>
open the connection to the logger immediately
</entry>
</row>
<row xml:id="constant.log-odelay">
<entry><constant>LOG_ODELAY</constant></entry>
<entry>
(default) delay opening the connection until the first
message is logged
</entry>
</row>
<row xml:id="constant.log-nowait">
<entry><constant>LOG_NOWAIT</constant></entry>
<entry>
</entry>
</row>
<row xml:id="constant.log-perror">
<entry><constant>LOG_PERROR</constant></entry>
<entry>print log message also to standard error</entry>
</row>
<row xml:id="constant.log-pid">
<entry><constant>LOG_PID</constant></entry>
<entry>include PID with each message</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title><function>openlog</function> Facilities</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.log-auth">
<entry><constant>LOG_AUTH</constant></entry>
<entry>
security/authorization messages (use <constant>LOG_AUTHPRIV</constant> instead
in systems where that constant is defined)
</entry>
</row>
<row xml:id="constant.log-authpriv">
<entry><constant>LOG_AUTHPRIV</constant></entry>
<entry>security/authorization messages (private)</entry>
</row>
<row xml:id="constant.log-cron">
<entry><constant>LOG_CRON</constant></entry>
<entry>clock daemon (cron and at)</entry>
</row>
<row xml:id="constant.log-daemon">
<entry><constant>LOG_DAEMON</constant></entry>
<entry>other system daemons</entry>
</row>
<row xml:id="constant.log-kern">
<entry><constant>LOG_KERN</constant></entry>
<entry>kernel messages</entry>
</row>
<row xml:id="constant.log-local0">
<entry><constant>LOG_LOCAL0 ... LOG_LOCAL7</constant></entry>
<entry>reserved for local use, these are not available in Windows</entry>
</row>
<row xml:id="constant.log-lpr">
<entry><constant>LOG_LPR</constant></entry>
<entry>line printer subsystem</entry>
</row>
<row xml:id="constant.log-mail">
<entry><constant>LOG_MAIL</constant></entry>
<entry>mail subsystem</entry>
</row>
<row xml:id="constant.log-news">
<entry><constant>LOG_NEWS</constant></entry>
<entry>USENET news subsystem</entry>
</row>
<row xml:id="constant.log-syslog">
<entry><constant>LOG_SYSLOG</constant></entry>
<entry>messages generated internally by syslogd</entry>
</row>
<row xml:id="constant.log-user">
<entry><constant>LOG_USER</constant></entry>
<entry>generic user-level messages</entry>
</row>
<row xml:id="constant.log-uucp">
<entry><constant>LOG_UUCP</constant></entry>
<entry>UUCP subsystem</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title><function>syslog</function> Priorities (in descending order)</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.log-emerg">
<entry><constant>LOG_EMERG</constant></entry>
<entry>system is unusable</entry>
</row>
<row xml:id="constant.log-alert">
<entry><constant>LOG_ALERT</constant></entry>
<entry>action must be taken immediately</entry>
</row>
<row xml:id="constant.log-crit">
<entry><constant>LOG_CRIT</constant></entry>
<entry>critical conditions</entry>
</row>
<row xml:id="constant.log-err">
<entry><constant>LOG_ERR</constant></entry>
<entry>error conditions</entry>
</row>
<row xml:id="constant.log-warning">
<entry><constant>LOG_WARNING</constant></entry>
<entry>warning conditions</entry>
</row>
<row xml:id="constant.log-notice">
<entry><constant>LOG_NOTICE</constant></entry>
<entry>normal, but significant, condition</entry>
</row>
<row xml:id="constant.log-info">
<entry><constant>LOG_INFO</constant></entry>
<entry>informational message</entry>
</row>
<row xml:id="constant.log-debug">
<entry><constant>LOG_DEBUG</constant></entry>
<entry>debug-level message</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title><function>dns_get_record</function> Options</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.dns-a">
<entry><constant>DNS_A</constant></entry>
<entry>IPv4 Address Resource</entry>
</row>
<row xml:id="constant.dns-mx">
<entry><constant>DNS_MX</constant></entry>
<entry>Mail Exchanger Resource</entry>
</row>
<row xml:id="constant.dns-cname">
<entry><constant>DNS_CNAME</constant></entry>
<entry>Alias (Canonical Name) Resource</entry>
</row>
<row xml:id="constant.dns-ns">
<entry><constant>DNS_NS</constant></entry>
<entry>Authoritative Name Server Resource</entry>
</row>
<row xml:id="constant.dns-ptr">
<entry><constant>DNS_PTR</constant></entry>
<entry>Pointer Resource</entry>
</row>
<row xml:id="constant.dns-hinfo">
<entry><constant>DNS_HINFO</constant></entry>
<entry>Host Info Resource (See IANA's
<link xlink:href="&url.iana.system-names;"><literal>Operating System Names</literal></link>
for the meaning of these values)</entry>
</row>
<row xml:id="constant.dns-soa">
<entry><constant>DNS_SOA</constant></entry>
<entry>Start of Authority Resource</entry>
</row>
<row xml:id="constant.dns-txt">
<entry><constant>DNS_TXT</constant></entry>
<entry>Text Resource</entry>
</row>
<row xml:id="constant.dns-any">
<entry><constant>DNS_ANY</constant></entry>
<entry>Any Resource Record. On most systems
this returns all resource records, however
it should not be counted upon for critical
uses. Try <constant>DNS_ALL</constant> instead.</entry>
</row>
<row xml:id="constant.dns-aaaa">
<entry><constant>DNS_AAAA</constant></entry>
<entry>IPv6 Address Resource</entry>
</row>
<row xml:id="constant.dns-all">
<entry><constant>DNS_ALL</constant></entry>
<entry>Iteratively query the name server for
each available record type.</entry>
</row>
</tbody>
</tgroup>
</table>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
|