Searched refs:ppp_flags (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dif_pppox.h44 int ppp_flags; member in struct:pptp_opt
/linux-4.4.14/drivers/net/ppp/
H A Dpptp.c222 if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp) pptp_xmit()
226 if ((opt->ppp_flags & SC_COMP_AC) == 0 || islcp) { pptp_xmit()
630 val = opt->ppp_flags; pptp_ppp_ioctl()
638 opt->ppp_flags = val & ~SC_RCV_BITS; pptp_ppp_ioctl()

Completed in 50 milliseconds