ip_nat_pptp.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* PPTP constants and structs */
  2. #ifndef _NAT_PPTP_H
  3. #define _NAT_PPTP_H
  4. /* conntrack private data */
  5. struct ip_nat_pptp {
  6. u_int16_t pns_call_id; /* NAT'ed PNS call id */
  7. u_int16_t pac_call_id; /* NAT'ed PAC call id */
  8. };
  9. #endif /* _NAT_PPTP_H */