Home
last modified time | relevance | path

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

/freebsd/usr.sbin/syslogd/
H A Dsyslogd_cap_config.c111 nvlist_add_string(nvl_filed, "f_host", filed->f_host); in filed_to_nvlist()
178 (void)strlcpy(filed->f_host, nvlist_get_string(nvl_filed, "f_host"), in nvlist_to_filed()
179 sizeof(filed->f_host)); in nvlist_to_filed()
H A Dsyslogd.h145 char f_host[MAXHOSTNAMELEN]; /* host from which to recd. */ member
H A Dsyslogd.c1614 if (skip_message(hostname, f->f_host, 0)) in logmsg()
3266 strlcpy(f.f_host, host, sizeof(f.f_host)); in cfline()
3267 hl = strlen(f.f_host); in cfline()
3268 if (hl > 0 && f.f_host[hl-1] == '.') in cfline()
3269 f.f_host[--hl] = '\0'; in cfline()
3272 trimdomain(f.f_host, hl); in cfline()