Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/syslogd/
H A Dtls.c819 socksetup_tls(const int af, const char *bindhostname, const char *port) in socksetup_tls() argument
835 error = getaddrinfo(bindhostname, (port ? port : "syslog-tls"), in socksetup_tls()
H A Dsyslogd.c293 static const char *bindhostname = NULL;
327 bindhostname = optarg; in main()
3658 finet = socksetup(PF_UNSPEC, bindhostname); in init()
292 static const char *bindhostname = NULL; global() variable