diff options
| author | plunky <plunky@NetBSD.org> | 2012-09-15 18:12:17 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2012-09-15 18:12:17 +0000 |
| commit | 98b0c05a965f9cd6409ee07d6043a093f874ee90 (patch) | |
| tree | ba21b3389f173166651f976c86a771acf09b8816 /dist/ipf/lib/printtqtable.c | |
| parent | 941fc6371627b2f1e9c9bb21ee34c1e28eb9d594 (diff) | |
IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now;
these files are obsolete
Diffstat (limited to 'dist/ipf/lib/printtqtable.c')
| -rw-r--r-- | dist/ipf/lib/printtqtable.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dist/ipf/lib/printtqtable.c b/dist/ipf/lib/printtqtable.c deleted file mode 100644 index 07b46ae0ada..00000000000 --- a/dist/ipf/lib/printtqtable.c +++ /dev/null @@ -1,27 +0,0 @@ -/* $NetBSD: printtqtable.c,v 1.2 2012/02/15 17:55:07 riz Exp $ */ - -/* - * Copyright (C) 2007 by Darren Reed. - * - * See the IPFILTER.LICENCE file for details on licencing. - */ - -#include <fcntl.h> -#include <sys/ioctl.h> -#include "ipf.h" - - -void printtqtable(table) -ipftq_t *table; -{ - int i; - - printf("TCP Entries per state\n"); - for (i = 0; i < IPF_TCP_NSTATES; i++) - printf(" %5d", i); - printf("\n"); - - for (i = 0; i < IPF_TCP_NSTATES; i++) - printf(" %5d", table[i].ifq_ref - 1); - printf("\n"); -} |
