]> git.proxmox.com Git - mirror_iproute2.git/blame - include/libiptc/ipt_kernel_headers.h
rdma: Properly mark RDMAtool license
[mirror_iproute2.git] / include / libiptc / ipt_kernel_headers.h
CommitLineData
6054c1eb 1/* SPDX-License-Identifier: GPL-2.0 */
1ffd7fd2 2/* This is the userspace/kernel interface for Generic IP Chains,
3 required for libc6. */
4#ifndef _FWCHAINS_KERNEL_HEADERS_H
5#define _FWCHAINS_KERNEL_HEADERS_H
6
7#include <limits.h>
8
1ffd7fd2 9#include <netinet/ip.h>
10#include <netinet/in.h>
11#include <netinet/ip_icmp.h>
12#include <netinet/tcp.h>
13#include <netinet/udp.h>
5cd1adba 14#include <net/if.h>
1ffd7fd2 15#include <sys/types.h>
1ffd7fd2 16#endif