Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/tcp.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_helper.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <net/netfilter/nf_conntrack_expect.h>
#include <net/netfilter/nf_conntrack_zones.h>
#include <linux/netfilter/nf_conntrack_proto_gre.h>
#include <linux/netfilter/nf_conntrack_pptp.h>
Go to the source code of this file.
Macros | |
#define | NF_NAT_PPTP_VERSION "3.0" |
#define | REQ_CID(req, off) (*(__be16 *)((char *)(req) + (off))) |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Harald Welte <[email protected]>") | |
MODULE_DESCRIPTION ("Netfilter NAT helper module for PPTP") | |
MODULE_ALIAS ("ip_nat_pptp") | |
module_init (nf_nat_helper_pptp_init) | |
module_exit (nf_nat_helper_pptp_fini) | |
#define NF_NAT_PPTP_VERSION "3.0" |
Definition at line 31 of file nf_nat_pptp.c.
Definition at line 33 of file nf_nat_pptp.c.
MODULE_ALIAS | ( | "ip_nat_pptp" | ) |
MODULE_AUTHOR | ( | "Harald Welte <[email protected]>" | ) |
module_exit | ( | nf_nat_helper_pptp_fini | ) |
module_init | ( | nf_nat_helper_pptp_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |