Home | History | Annotate | Download | only in tcpdmatch

Lines Matching defs:daemon

6   * usage: tcpdmatch [-d] [-i inet_conf] daemon[@host] [user@]host
13 * that would normally be reported via the syslog daemon.
69 char *daemon;
113 * Default is to specify a daemon process name. When daemon@host is
119 daemon = strrchr(argv[optind], '/') + 1;
120 tcpd_warn("%s: daemon name normalized to: %s", argv[optind], daemon);
122 daemon = argv[optind];
146 switch (inet_get(daemon)) {
148 tcpd_warn("%s: no such process name in %s", daemon, inetcf);
151 tcpd_warn("%s: service possibly not wrapped", daemon);
166 request_init(&request, RQ_DAEMON, daemon, RQ_USER, user, RQ_FILE, 1, 0);
271 fprintf(stderr, "usage: %s [-d] [-i inet_conf] daemon[@host] [user@]host\n",