android_kernel_samsung_msm8976/include/linux/netfilter_ipv4/ip_nat_pptp.h

12 lines
253 B
C
Raw Normal View History

/* PPTP constants and structs */
#ifndef _NAT_PPTP_H
#define _NAT_PPTP_H
/* conntrack private data */
struct ip_nat_pptp {
u_int16_t pns_call_id; /* NAT'ed PNS call id */
u_int16_t pac_call_id; /* NAT'ed PAC call id */
};
#endif /* _NAT_PPTP_H */