Deleted Added
full compact
filter.h (6060) filter.h (6735)
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,

--- 59 unchanged lines hidden (view full) ---

68 } opt;
69};
70
71#define MAXFILTERS 20
72
73struct filterent ifilters[MAXFILTERS];
74struct filterent ofilters[MAXFILTERS];
75struct filterent dfilters[MAXFILTERS];
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,

--- 59 unchanged lines hidden (view full) ---

68 } opt;
69};
70
71#define MAXFILTERS 20
72
73struct filterent ifilters[MAXFILTERS];
74struct filterent ofilters[MAXFILTERS];
75struct filterent dfilters[MAXFILTERS];
76struct filterent afilters[MAXFILTERS]; /* keep Alive packet filter */
76
77#endif _FILTER_H_
77
78#endif _FILTER_H_