Searched refs:PPTP_GRE_PROTO (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpgre.c359 (ntoh16(header->protocol) != PPTP_GRE_PROTO) || /* GRE protocol for PPTP */
452 u.header.protocol = hton16(PPTP_GRE_PROTO);
H A Dpptpdefs.h288 #define PPTP_GRE_PROTO 0x880B macro
306 u_int16_t protocol; /* should be PPTP_GRE_PROTO (ppp-encaps) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_msg.h279 #define PPTP_GRE_PROTO 0x880B macro
297 u_int16_t protocol; /* should be PPTP_GRE_PROTO (ppp-encaps) */
H A Dpptp_gre.c703 (ntoh16(header->protocol) != PPTP_GRE_PROTO)||
851 u.header.protocol = hton16(PPTP_GRE_PROTO);

Completed in 163 milliseconds