Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c309 is->pppcfg = 0; /* ppp configuration */ in isdn_ppp_open()
529 if ((r = set_arg(argp, &is->pppcfg, sizeof(is->pppcfg)))) in isdn_ppp_ioctl()
536 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) { in isdn_ppp_ioctl()
539 is->pppcfg = val; /* isdn_ppp_xmit test for SC_ENABLE_IP !!! */ in isdn_ppp_ioctl()
544 is->pppcfg = val; in isdn_ppp_ioctl()
973 if (is->pppcfg & SC_REJ_COMP_AC) in isdn_ppp_skip_ac()
1274 if (!(ipts->pppcfg & SC_ENABLE_IP)) { /* PPP connected ? */ in isdn_ppp_xmit()
1358 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit()
1384 &buf, !(ipts->pppcfg & SC_NO_TCP_CCID)); in isdn_ppp_xmit()
1457 if ((ipt->pppcfg & SC_COMP_PROT) && (proto <= 0xff)) { in isdn_ppp_xmit()
[all …]
/linux-4.19.296/include/linux/
Disdn_ppp.h168 unsigned int pppcfg; member