Lines Matching refs:pppcfg
309 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()
1470 if (!(ipt->pppcfg & SC_COMP_AC)) { in isdn_ppp_xmit()
2004 ippp_table[nlp->ppp_slot]->pppcfg |= ippp_table[lp->ppp_slot]->pppcfg & in isdn_ppp_bundle()
2250 if (!(is->pppcfg & SC_COMP_AC)) { in isdn_ppp_ccp_xmit_reset()
2585 ri->pppcfg |= SC_DC_FERROR; in isdn_ppp_decompress()
2867 if (!(is->pppcfg & SC_COMP_AC) && data[0] == 0xff && data[1] == 0x03) { in isdn_ppp_send_ccp()