Searched refs:bindhostname (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c813 socksetup_tls(const int af, const char *bindhostname, const char *port) argument
829 error = getaddrinfo(bindhostname, (port ? port : "syslog-tls"),
H A Dsyslogd.c282 static const char *bindhostname = NULL; variable
315 bindhostname = optarg;
3486 finet = socksetup(PF_UNSPEC, bindhostname);

Completed in 89 milliseconds