Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/syslogd/
Dsyslogd.h337 char *f_host; /* host from which to record */ member
Dsyslogd.c1957 if (f->f_host != NULL && h != NULL) { in logmsg()
1965 switch (f->f_host[0]) { in logmsg()
1967 if (! matches_spec(h, f->f_host + 1, in logmsg()
1972 if (matches_spec(h, f->f_host + 1, in logmsg()
3056 FREEPTR(f->f_host); in die()
3608 FREEPTR(f->f_host); in init()
3828 f->f_host = NULL; in cfline()
3830 f->f_host = strdup(host); in cfline()
3831 trim_anydomain(&f->f_host[1]); /* skip +/- at beginning */ in cfline()