Lines Matching refs:tcpdmatch
1 /* $NetBSD: tcpdmatch.c,v 1.9 2018/01/23 21:06:26 sevan Exp $ */
4 * tcpdmatch - explain what tcpd would do in a specific case
6 * usage: tcpdmatch [-d] [-i inet_conf] daemon[@host] [user@]host
21 static char sccsid[] = "@(#) tcpdmatch.c 1.5 96/02/11 17:01:36";
23 __RCSID("$NetBSD: tcpdmatch.c,v 1.9 2018/01/23 21:06:26 sevan Exp $");
58 static void tcpdmatch(struct request_info *);
214 tcpdmatch(&request);
227 tcpdmatch(&request);
259 tcpdmatch(&request);
290 static void tcpdmatch(struct request_info *request)