Home
last modified time | relevance | path

Searched refs:ns_os_gethostname (Results 1 – 7 of 7) sorted by relevance

/dports/dns/bind911/bind-9.11.37/bin/named/win32/include/named/
H A Dos.h62 ns_os_gethostname(char *buf, size_t len);
/dports/dns/bind911/bind-9.11.37/bin/named/unix/include/named/
H A Dos.h65 ns_os_gethostname(char *buf, size_t len);
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dbuiltin.c341 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()
H A Dclient.c1774 result = ns_os_gethostname(nsid, sizeof(nsid)); in ns_client_addopt()
H A Dserver.c3210 result = ns_os_gethostname(buf, sizeof(buf)); in configure_dnstap()
10926 result = ns_os_gethostname(hostname, sizeof(hostname)); in ns_server_status()
/dports/dns/bind911/bind-9.11.37/bin/named/win32/
H A Dos.c369 ns_os_gethostname(char *buf, size_t len) { in ns_os_gethostname() function
/dports/dns/bind911/bind-9.11.37/bin/named/unix/
H A Dos.c1032 ns_os_gethostname(char *buf, size_t len) { function