#ifndef _NET_PPTP_H
#define _NET_PPTP_H

#define PPP_LCP_ECHOREQ 0x09
#define PPP_LCP_ECHOREP 0x0A
#define SC_RCV_BITS     (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)

#define MISSING_WINDOW 20
#define WRAPPED(curseq, lastseq)\
	((((curseq) & 0xffffff00) == 0) &&\
	(((lastseq) & 0xffffff00) == 0xffffff00))

#define PPTP_HEADER_OVERHEAD (2+sizeof(struct pptp_gre_header))
struct pptp_gre_header {
	struct gre_base_hdr gre_hd;
	__be16 payload_len;
	__be16 call_id;
	__be32 seq;
	__be32 ack;
} __packed;


#endif
ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='5a70348e1187c5bf1cbd0ec51843f36befed1c2d'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/drivers/usb/storage/sierra_ms.c'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/drivers/usb/storage/sierra_ms.c?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/drivers/usb/storage/sierra_ms.c?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/storage/sierra_ms.c?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/drivers/usb/storage/sierra_ms.c'>
<input type='hidden' name='id' value='5a70348e1187c5bf1cbd0ec51843f36befed1c2d'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>drivers</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>usb</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/storage?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>storage</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/storage/sierra_ms.c?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d'>sierra_ms.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/storage/sierra_ms.c?id=5a70348e1187c5bf1cbd0ec51843f36befed1c2d&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>