Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

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