Home
last modified time | relevance | path

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

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