Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dif_pppox.h40 int ppp_flags; member
/Linux-v5.4/drivers/net/ppp/
Dpptp.c182 if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp) in pptp_xmit()
186 if ((opt->ppp_flags & SC_COMP_AC) == 0 || islcp) { in pptp_xmit()
580 val = opt->ppp_flags; in pptp_ppp_ioctl()
588 opt->ppp_flags = val & ~SC_RCV_BITS; in pptp_ppp_ioctl()