Searched defs:gre_hdr_pptp (Results 1 – 1 of 1) sorted by relevance
56 struct gre_hdr_pptp { struct57 __u8 flags; /* bitfield */58 __u8 version; /* should be GRE_VERSION_PPTP */59 __be16 protocol; /* should be GRE_PROTOCOL_PPTP */60 __be16 payload_len; /* size of ppp payload, not inc. gre header */61 __be16 call_id; /* peer's call_id for this session */62 __be32 seq; /* sequence number. Present if S==1 */63 __be32 ack; /* seq number of highest packet received by */