More -Wwrite-strings cleanup and make sure you can actually play it.
[dragonfly.git] / contrib / ipfilter / ipsd / ipsd.h
bloba8f58c33f781dbf81c16e263b57b3b717f3f7285
1 /*
2 * (C)opyright 1995-1998 Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * The author of this software makes no garuntee about the
7 * performance of this package or its suitability to fulfill any purpose.
9 * @(#)ipsd.h 1.3 12/3/95
12 typedef struct {
13 time_t sh_date;
14 struct in_addr sh_ip;
15 } sdhit_t;
17 typedef struct {
18 u_int sd_sz;
19 u_int sd_cnt;
20 u_short sd_port;
21 sdhit_t *sd_hit;
22 } ipsd_t;
24 typedef struct {
25 struct in_addr ss_ip;
26 int ss_hits;
27 u_long ss_ports;
28 } ipss_t;