Searched refs:f_host (Results 1 – 1 of 1) sorted by relevance
262 char *f_host; /* host from which to recd. */ member1681 if (skip_message(hostname, f->f_host, 0)) in logmsg()2625 free(f->f_host); in init()2927 f->f_host = strdup(host); in cfline()2928 if (f->f_host == NULL) { in cfline()2932 hl = strlen(f->f_host); in cfline()2933 if (hl > 0 && f->f_host[hl-1] == '.') in cfline()2934 f->f_host[--hl] = '\0'; in cfline()2937 trimdomain(f->f_host, hl); in cfline()