Home
last modified time | relevance | path

Searched refs:PPTP_GRE_IS_A (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
Dpptp.c78 #define PPTP_GRE_IS_A(f) ((f)&PPTP_GRE_FLAG_A) macro
315 if (PPTP_GRE_IS_A(header->ver)) { in pptp_rcv_core()