• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This is the userspace/kernel interface for Generic IP Chains,
2    required for libc6. */
3 #ifndef _FWCHAINS_KERNEL_HEADERS_H
4 #define _FWCHAINS_KERNEL_HEADERS_H
5 
6 #include <limits.h>
7 
8 #include <netinet/ip.h>
9 #include <netinet/in.h>
10 #include <netinet/ip_icmp.h>
11 #include <netinet/tcp.h>
12 #include <netinet/udp.h>
13 #include <net/if.h>
14 #include <sys/types.h>
15 #endif
16