linux/include/net/pptp.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NET_PPTP_H
#define _NET_PPTP_H

#include <linux/types.h>
#include <net/gre.h>

#define PPP_LCP_ECHOREQ
#define PPP_LCP_ECHOREP
#define SC_RCV_BITS

#define MISSING_WINDOW
#define WRAPPED(curseq, lastseq)

#define PPTP_HEADER_OVERHEAD
struct pptp_gre_header {} __packed;


#endif