Lines Matching refs:daemon
4 * usage: tcpdmatch [-d] [-i inet_conf] daemon[@host] [user@]host
11 * that would normally be reported via the syslog daemon.
66 char *daemon;
110 * Default is to specify a daemon process name. When daemon@host is
116 daemon = strrchr(argv[optind], '/') + 1;
117 tcpd_warn("%s: daemon name normalized to: %s", argv[optind], daemon);
119 daemon = argv[optind];
143 switch (inet_get(daemon)) {
145 tcpd_warn("%s: no such process name in %s", daemon, inetcf);
148 tcpd_warn("%s: service possibly not wrapped", daemon);
163 request_init(&request, RQ_DAEMON, daemon, RQ_USER, user, RQ_FILE, 1, 0);
259 fprintf(stderr, "usage: %s [-d] [-i inet_conf] daemon[@host] [user@]host\n",