Deleted Added
full compact
ip_state.h (57096) ip_state.h (57126)
1/*
2 * Copyright (C) 1995-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed
9 * $Id: ip_state.h,v 2.1.2.2 2000/01/24 13:13:52 darrenr Exp $
1/*
2 * Copyright (C) 1995-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed
9 * $Id: ip_state.h,v 2.1.2.2 2000/01/24 13:13:52 darrenr Exp $
10 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_state.h 57126 2000-02-10 21:29:11Z guido $
10 */
11#ifndef __IP_STATE_H__
12#define __IP_STATE_H__
13
14#define IPSTATE_SIZE 257
15#define IPSTATE_MAX 2048 /* Maximum number of states held */
16
17#define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\

--- 148 unchanged lines hidden ---
11 */
12#ifndef __IP_STATE_H__
13#define __IP_STATE_H__
14
15#define IPSTATE_SIZE 257
16#define IPSTATE_MAX 2048 /* Maximum number of states held */
17
18#define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\

--- 148 unchanged lines hidden ---