summaryrefslogtreecommitdiffstats
path: root/include/libarptc/arpt_kernel_headers.h
blob: 140e99973ad15ec5a49f2c7c9909febd82931f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* This is the userspace/kernel interface for Generic IP Chains,
   required for libc6. */
#ifndef _FWCHAINS_KERNEL_HEADERS_H
#define _FWCHAINS_KERNEL_HEADERS_H

#include <limits.h>

#include <netinet/ip.h>
#include <netinet/in.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <netinet/ether.h>
#include <net/if.h>
#include <sys/types.h>

#endif