Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c338 char *bindhostname; in main() local
347 bindhostname = NULL; in main()
370 bindhostname = optarg; in main()
540 finet = socksetup(family, bindhostname); in main()
2616 socksetup(int af, char *bindhostname) in socksetup() argument
2629 if (bindhostname != NULL) { in socksetup()
2631 if (*bindhostname == '[' && in socksetup()
2633 ++bindhostname; in socksetup()
2639 cp = strchr(bindhostname, ':'); in socksetup()
2644 if (cp == bindhostname) in socksetup()
[all …]