Home
last modified time | relevance | path

Searched refs:tcpdmatch (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dtcpdmatch.c52 static void tcpdmatch(struct request_info *request);
226 tcpdmatch(&request);
237 tcpdmatch(&request);
248 tcpdmatch(&request);
284 tcpdmatch(&request);
306 tcpdmatch(&request);
338 static void tcpdmatch(struct request_info *request) function
H A DREADME714 With the `tcpdmatch' program you can examine how the wrapper would
786 With the `tcpdmatch' program you can examine how the wrapper would
920 The `tcpdmatch' command can be used to try out your local access
923 tcpdmatch process_name hostname (e.g.: tcpdmatch in.tftpd localhost)
925 tcpdmatch process_name address (e.g.: tcpdmatch in.tftpd 127.0.0.1)
929 described in the tcpdmatch.8 document (`nroff -man' format).
931 Note 1: `tcpdmatch -d' will look for hosts.{allow,deny} tables in the
935 Note 2: you cannot use the `tcpdmatch' command to simulate what happens
948 process name that should be given to the `tcpdmatch' command. On your
952 When you specify a host name, the `tcpdmatch' program will use both the
[all …]
H A DCHANGES61 - More tests added to tcpdchk and tcpdmatch: make sure that the
115 - Eliminated false complaints from the tcpdmatch/tcpdchk configuration
203 - The "tcpdmatch" program replaces the poor old "try" command. The new
206 conflicts and with other DNS-related problems. See the "tcpdmatch.8"
/freebsd/usr.sbin/tcpdmatch/
H A DMakefile7 PROG= tcpdmatch
8 MAN= tcpdmatch.8
9 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
/freebsd/usr.sbin/
H A DMakefile198 SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch
/freebsd/targets/pseudo/userland/
H A DMakefile.depend689 usr.sbin/tcpdmatch \