Searched refs:f_hname (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h345 char f_hname[MAXHOSTNAMELEN]; member in struct:filed::__anon10069::__anon10070
H A Dsyslogd.c2309 TypeInfo[f->f_type].name, f->f_un.f_forw.f_hname);
3423 && !strcmp(f->f_un.f_forw.f_hname,
3424 f2->f_un.f_forw.f_hname)))) {
3463 printf("%s", f->f_un.f_forw.f_hname);
3794 (void)strlcpy(f->f_un.f_forw.f_hname, ++p,
3795 sizeof(f->f_un.f_forw.f_hname));
3800 error = getaddrinfo(f->f_un.f_forw.f_hname, "syslog", &hints,

Completed in 60 milliseconds