Home | History | Annotate | Download | only in syslogd

Lines Matching refs:f_forw

135 #define F_FORW		4		/* remote machine */
2346 case F_FORW:
2410 case F_FORW:
2412 TypeInfo[f->f_type].name, f->f_un.f_forw.f_hname);
2646 assert(f->f_type == F_FORW);
2647 for (r = f->f_un.f_forw.f_addr; r; r = r->ai_next) {
3043 case F_FORW:
3044 if (f->f_un.f_forw.f_addr)
3045 freeaddrinfo(f->f_un.f_forw.f_addr);
3489 case F_FORW:
3490 if (f->f_un.f_forw.f_addr)
3491 freeaddrinfo(f->f_un.f_forw.f_addr);
3593 || (f->f_type == F_FORW
3594 && !strcmp(f->f_un.f_forw.f_hname,
3595 f2->f_un.f_forw.f_hname)))) {
3634 case F_FORW:
3635 printf("%s", f->f_un.f_forw.f_hname);
3967 (void)strlcpy(f->f_un.f_forw.f_hname, ++p,
3968 sizeof(f->f_un.f_forw.f_hname));
3973 error = getaddrinfo(f->f_un.f_forw.f_hname, "syslog", &hints,
3980 f->f_un.f_forw.f_addr = res;
3981 f->f_type = F_FORW;