Searched refs:inetcf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A DMakefile8 SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
H A Dtcpdchk.c54 #include "inetcf.h"
105 static char *inetcf; variable
130 inetcf = optarg;
157 inetcf = inet_cfg(inetcf);
159 printf("Using network configuration file: %s\n", inetcf);
398 tcpd_warn("%s: no such process name in %s", pat, inetcf);
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdmatch/
H A DMakefile9 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
H A Dtcpdmatch.c53 #include "inetcf.h"
75 char *inetcf = 0; local
96 inetcf = optarg;
146 inetcf = inet_cfg(inetcf);
151 tcpd_warn("%s: no such process name in %s", daemon, inetcf);

Completed in 60 milliseconds