HomeSort by: relevance | last modified time | path
    Searched refs:f_un (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 492 (void)strlcpy(consfile.f_un.f_fname, ctty,
493 sizeof(consfile.f_un.f_fname));
2412 TypeInfo[f->f_type].name, f->f_un.f_forw.f_hname);
2420 f->f_un.f_tls.tls_conn->hostname);
2431 TypeInfo[f->f_type].name, f->f_un.f_pipe.f_pname);
2432 if (f->f_un.f_pipe.f_pid == 0) {
2434 if ((f->f_file = p_open(f->f_un.f_pipe.f_pname,
2435 &f->f_un.f_pipe.f_pid)) < 0) {
2437 logerror("%s", f->f_un.f_pipe.f_pname);
2445 if (f->f_un.f_pipe.f_pid > 0)
    [all...]
tls.c 1145 if (!(f->f_un.f_tls.tls_conn =
1146 calloc(1, sizeof(*f->f_un.f_tls.tls_conn)))
1147 || !(f->f_un.f_tls.tls_conn->event = allocev())
1148 || !(f->f_un.f_tls.tls_conn->retryevent = allocev())) {
1149 if (f->f_un.f_tls.tls_conn)
1150 free(f->f_un.f_tls.tls_conn->event);
1151 free(f->f_un.f_tls.tls_conn);
1156 f->f_un.f_tls.tls_conn->x509verify = X509VERIFY_ALWAYS;
1157 f->f_un.f_tls.tls_conn->reconnect = TLS_RECONNECT_SEC;
1159 if (!(copy_string(&(f->f_un.f_tls.tls_conn->hostname), p, q)))
    [all...]
syslogd.h 361 } f_un; member in struct:filed

Completed in 15 milliseconds