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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.c304 is->pppcfg = 0; /* ppp configuration */
523 if ((r = set_arg(argp, &is->pppcfg,sizeof(is->pppcfg) )))
530 if (val & SC_ENABLE_IP && !(is->pppcfg & SC_ENABLE_IP) && (is->state & IPPP_CONNECT)) {
533 is->pppcfg = val; /* isdn_ppp_xmit test for SC_ENABLE_IP !!! */
538 is->pppcfg = val;
933 if (is->pppcfg & SC_REJ_COMP_AC)
1235 if (!(ipts->pppcfg & SC_ENABLE_IP)) { /* PPP connected ? */
1320 if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this again */
1346 &buf, !(ipts->pppcfg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn_ppp.h220 unsigned int pppcfg; member in struct:ippp_struct

Completed in 58 milliseconds