Sign in
gfiber
/
toolchains
/
windcharger
/
8dac4adf4c86b092f9ec9fcfbf656e6a2ad876b7
/
.
/
mips-qca-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
netfilter_ipv4
/
ipt_tos.h
blob: a21f5df23c50486db0fa7f6bf0a0d7d499746e52 [
file
] [
log
] [
blame
]
#ifndef
_IPT_TOS_H
#define
_IPT_TOS_H
struct
ipt_tos_info
{
u_int8_t
tos
;
u_int8_t
invert
;
};
#ifndef
IPTOS_NORMALSVC
#define
IPTOS_NORMALSVC
0
#endif
#endif
/*_IPT_TOS_H*/