Searched refs:bindhostname (Results 1 – 2 of 2) sorted by relevance
819 socksetup_tls(const int af, const char *bindhostname, const char *port) in socksetup_tls() argument835 error = getaddrinfo(bindhostname, (port ? port : "syslog-tls"), in socksetup_tls()
293 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