Lines Matching refs:hostname

722 		(void) dyndns_stuff_str(&namePtr, data);	/* hostname */
1008 * dns_hostname: fully qualified DNS hostname which will be used for
1144 * hostname: fully qualified hostname
1145 * dns_ip : ip address of hostname in network byte order
1154 dyndns_get_sec_context(const char *hostname, smb_inaddr_t *dns_ip)
1164 key_name = (char *)hostname;
1191 * hostname : fully qualified hostname to update DNS with
1192 * ip_addr : IP address of hostname
1218 dyndns_build_add_remove_msg(char *buf, int update_zone, const char *hostname,
1253 p = (char *)hostname;
1263 resource = (char *)hostname;
1312 data = (char *)hostname;
1354 * hostname : fully qualified hostname to update DNS with
1355 * ip_addr : IP address of hostname
1374 dyndns_build_unsigned_tsig_msg(char *buf, int update_zone, const char *hostname,
1381 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1406 * hostname : fully qualified hostname to update DNS with
1407 * ip_addr : IP address of hostname
1428 dyndns_build_signed_tsig_msg(char *buf, int update_zone, const char *hostname,
1435 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1526 * hostname : fully qualified hostname
1527 * ip_addr : ip address of hostname in string format
1546 dyndns_sec_add_remove_entry(int update_zone, const char *hostname,
1572 if ((gss_context = dyndns_get_sec_context(hostname,
1577 key_name = (char *)hostname;
1586 if ((buf_sz = dyndns_build_unsigned_tsig_msg(buf, update_zone, hostname,
1608 if ((buf_sz = dyndns_build_signed_tsig_msg(buf, update_zone, hostname,
1659 * searched using the hostname and the data is the IP address. For reverse
1661 * hostname.
1664 * hostname : fully qualified hostname
1665 * ip_addr : ip address of hostname in string format
1676 dyndns_search_entry(int update_zone, const char *hostname, const char *ip_addr,
1697 if (getaddrinfo(hostname, NULL, &hints, &res)) {
1734 if (strncasecmp(dns_hostname, hostname,
1735 strlen(hostname)) == 0) {
1759 * hostname : fully qualified hostname
1760 * ip_addr : ip address of hostname in string format
1779 dyndns_add_remove_entry(int update_zone, const char *hostname,
1799 is_exist = dyndns_search_entry(update_zone, hostname, ip_addr,
1819 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1857 if ((p = strchr(hostname, '.')) == NULL)
1863 ret = dyndns_sec_add_remove_entry(update_zone, hostname,
1867 "host principal \"%s\" in local keytab file.", hostname);
1884 * hostname : fully qualified hostname
1885 * ip_addr : ip address of hostname in string format
1893 dyndns_add_entry(int update_zone, const char *hostname, const char *ip_addr,
1903 if (hostname == NULL || ip_addr == NULL) {
1917 which_zone, hostname, ip_addr);
1919 if (dyndns_add_remove_entry(update_zone, hostname,
1939 * hostname : fully qualified hostname
1940 * ip_addr : ip address of hostname in string format
1948 dyndns_remove_entry(int update_zone, const char *hostname, const char *ip_addr,
1956 if ((hostname == NULL || ip_addr == NULL)) {
1970 "zone for %s (%s)...\n", hostname, ip_addr);
1974 "in forward lookup zone...\n", hostname);
1980 "zone for %s (%s)...\n", hostname, ip_addr);
1987 if (dyndns_add_remove_entry(update_zone, hostname, ip_addr, 0,
2001 * the specified hostname and IP addresses. Before updating DNS, existing
2002 * host entries with the same hostname in the forward lookup zone are removed
2005 * hostname will show current IP addresses and pointer entries for current
2006 * IP addresses will show current hostname.
2033 * To comply with RFC 4120 section 6.2.1, the fully-qualified hostname
2042 * Dummy IP is okay since we are removing all using the hostname.
2114 * To comply with RFC 4120 section 6.2.1, the fully-qualified hostname