blob: a5963e9441fcdf415a824402d12dcc7b08010902 [file] [log] [blame]
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00001/* 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
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00008#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>
Stephen Hemminger5cd1adb2016-01-03 15:14:27 -080013#include <net/if.h>
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +000014#include <sys/types.h>
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +000015#endif