1
2//#include <linux/pptp_test.h>
3
4/*
5 * This definition must refer to linux/if_ppp.h
6 * Currently, the definition rage is from 90 downto 55
7 */
8#define PPTPIOCGGRESEQ  _IOR('t', 54, unsigned long)	/* get GRE sequence number */
9
10extern int pptp_xmit_wrap(struct sock *sk, struct sk_buff *skb);
11extern int pppoe_xmit_wrap(struct sock *sk, struct sk_buff *skb);
12extern void ppp_import_sock_info(struct sock_info *pSockInfo);
13