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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_msg.h282 #define PPTP_GRE_FLAG_K 0x20 macro
288 #define PPTP_GRE_IS_K(f) ((f)&PPTP_GRE_FLAG_K)
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_msg.h282 #define PPTP_GRE_FLAG_K 0x20 macro
288 #define PPTP_GRE_IS_K(f) ((f)&PPTP_GRE_FLAG_K)
H A Dpptp_gre.c454 header.flags = hton8 (PPTP_GRE_FLAG_K);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c225 #define PPTP_GRE_FLAG_K 0x20 macro
231 #define PPTP_GRE_IS_K(f) ((f)&PPTP_GRE_FLAG_K)
471 hdr->flags = PPTP_GRE_FLAG_K;

Completed in 70 milliseconds