Lines Matching defs:in
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
32 #include <netinet/in.h>
67 * DYNDNS_TTL is the time to live in DNS caches. Note that this
68 * does not affect the entry in the authoritative DNS database.
192 "add hostname %s %s address %s in %s zone",
199 "in forward zone", af_str, hostname);
203 "in reverse zone", af_str, addr_str);
209 "delete hostname %s in forward zone", hostname);
212 "delete %s address %s in reverse zone",
218 "delete hostname %s %s address %s in %s zone",
275 * IPv4 addresses are converted to in-addr.arpa names (RFC 1035 section 3.5).
290 const struct in_addr *in;
299 u.in = addr;
300 a = (ntohl(u.in->s_addr) & 0xff000000) >> 24;
301 b = (ntohl(u.in->s_addr) & 0x00ff0000) >> 16;
302 c = (ntohl(u.in->s_addr) & 0x0000ff00) >> 8;
303 d = (ntohl(u.in->s_addr) & 0x000000ff);
304 len = snprintf(NULL, 0, "%d.%d.%d.%d.in-addr.arpa",
308 (void) snprintf(buf, buf_sz, "%d.%d.%d.%d.in-addr.arpa",
352 * zone_buf: "10.in-addr.arpa"
353 * name_buf: "1.0.0.10.in-addr.arpa"
370 * ns_cnt: number of nameservers that fit in ns buffer
372 * -1 on error, or number of nameservers returned in ns
423 * May be called with buf == NULL and buf_sz == 0, in which case the
499 * including either all fields, or only those fields used in computation
505 * appended to the existing message in the same buffer.
507 * May be called with buf == NULL and buf_sz == 0, in which case the
514 * msg_len: length of existing message in buffer
515 * key_name: key name, in C string format
645 * (this same key name must be also be used in the TSIG message)
794 * (this same key name must be also be used in the TSIG message)
957 * dns_srv_ip: ip address of hostname in network byte order
1132 * addr : address of hostname in network format
1242 * addr : address of hostname in network format
1247 * DYNDNS_CHECK_EXIST to check first in DNS
1358 "for realm \"%s\" in local keytab file.",
1430 * Updates are attempted using the servers listed in resolv.conf.
1648 * host entries with the same hostname in the forward lookup zone are removed
1649 * and existing pointer entries with the same IP addresses in the reverse
1654 * fqdn - fully-qualified domain name (in lower case)
1750 * fqdn - fully-qualified domain name (in lower case)