Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
423 giacomo 1
#ifndef _IPT_TOS_H
2
#define _IPT_TOS_H
3
 
4
struct ipt_tos_info {
5
    u_int8_t tos;
6
    u_int8_t invert;
7
};
8
 
9
#ifndef IPTOS_NORMALSVC
10
#define IPTOS_NORMALSVC 0
11
#endif
12
 
13
#endif /*_IPT_TOS_H*/