Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_pppox.h44 int ppp_flags; member
/Linux-v4.19/drivers/net/ppp/
Dpptp.c187 if ((opt->ppp_flags & SC_COMP_PROT) && data[0] == 0 && !islcp) in pptp_xmit()
191 if ((opt->ppp_flags & SC_COMP_AC) == 0 || islcp) { in pptp_xmit()
589 val = opt->ppp_flags; in pptp_ppp_ioctl()
597 opt->ppp_flags = val & ~SC_RCV_BITS; in pptp_ppp_ioctl()