Searched refs:ns_os_gethostname (Results 1 – 7 of 7) sorted by relevance
62 ns_os_gethostname(char *buf, size_t len);
65 ns_os_gethostname(char *buf, size_t len);
341 isc_result_t result = ns_os_gethostname(buf, sizeof(buf)); in do_hostname_lookup()395 isc_result_t result = ns_os_gethostname(buf, sizeof(buf)); in do_id_lookup()
1774 result = ns_os_gethostname(nsid, sizeof(nsid)); in ns_client_addopt()
3210 result = ns_os_gethostname(buf, sizeof(buf)); in configure_dnstap()10926 result = ns_os_gethostname(hostname, sizeof(hostname)); in ns_server_status()
369 ns_os_gethostname(char *buf, size_t len) { in ns_os_gethostname() function
1032 ns_os_gethostname(char *buf, size_t len) { function