• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/include/linux/netfilter_ipv4/
1/* Set TOS field in header to any value
2 *
3 * (C) 2000 by Matthew G. Marsh <mgm@paktronix.com>
4 *
5 * This software is distributed under GNU GPL v2, 1991
6 *
7 * ipt_FTOS.h borrowed heavily from ipt_TOS.h  11/09/2000
8*/
9#ifndef _IPT_FTOS_H
10#define _IPT_FTOS_H
11
12struct ipt_FTOS_info {
13	u_int8_t ftos;
14};
15
16#endif /*_IPT_FTOS_H*/
17