• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/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