[BACK]Return to xt_realm.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / linux / netfilter

File: [Development] / linux-2.6-xfs / include / linux / netfilter / xt_realm.h (download)

Revision 1.1, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.16-rc1

#ifndef _XT_REALM_H
#define _XT_REALM_H

struct xt_realm_info {
	u_int32_t id;
	u_int32_t mask;
	u_int8_t invert;
};

#endif /* _XT_REALM_H */