Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
423 giacomo 1
#ifndef _IPT_MARK_H
2
#define _IPT_MARK_H
3
 
4
struct ipt_mark_info {
5
    unsigned long mark, mask;
6
    u_int8_t invert;
7
};
8
 
9
#endif /*_IPT_MARK_H*/