Searched refs:xstate (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_comp.c129 void *xstate; member in struct:comp_state
197 cp->xstate = NULL;
218 if (cp->xstate != NULL)
219 (*cp->xcomp->comp_free)(cp->xstate);
358 if (cp->xstate != NULL) {
359 (*cp->xcomp->comp_free)(cp->xstate);
360 cp->xstate = NULL;
418 if (cp->xstate != NULL) {
419 (*cp->xcomp->comp_free)(cp->xstate);
420 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_comp.c129 void *xstate; member in struct:comp_state
197 cp->xstate = NULL;
218 if (cp->xstate != NULL)
219 (*cp->xcomp->comp_free)(cp->xstate);
358 if (cp->xstate != NULL) {
359 (*cp->xcomp->comp_free)(cp->xstate);
360 cp->xstate = NULL;
418 if (cp->xstate != NULL) {
419 (*cp->xcomp->comp_free)(cp->xstate);
420 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp_comp.c137 void *xstate; member in struct:comp_state
205 cp->xstate = NULL;
226 if (cp->xstate != NULL)
227 (*cp->xcomp->comp_free)(cp->xstate);
366 if (cp->xstate != NULL) {
367 (*cp->xcomp->comp_free)(cp->xstate);
368 cp->xstate = NULL;
426 if (cp->xstate != NULL) {
427 (*cp->xcomp->comp_free)(cp->xstate);
428 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_comp.c137 void *xstate; member in struct:comp_state
205 cp->xstate = NULL;
226 if (cp->xstate != NULL)
227 (*cp->xcomp->comp_free)(cp->xstate);
366 if (cp->xstate != NULL) {
367 (*cp->xcomp->comp_free)(cp->xstate);
368 cp->xstate = NULL;
426 if (cp->xstate != NULL) {
427 (*cp->xcomp->comp_free)(cp->xstate);
428 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp_comp.c137 void *xstate; member in struct:comp_state
205 cp->xstate = NULL;
226 if (cp->xstate != NULL)
227 (*cp->xcomp->comp_free)(cp->xstate);
366 if (cp->xstate != NULL) {
367 (*cp->xcomp->comp_free)(cp->xstate);
368 cp->xstate = NULL;
426 if (cp->xstate != NULL) {
427 (*cp->xcomp->comp_free)(cp->xstate);
428 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_comp.c137 void *xstate; member in struct:comp_state
205 cp->xstate = NULL;
226 if (cp->xstate != NULL)
227 (*cp->xcomp->comp_free)(cp->xstate);
366 if (cp->xstate != NULL) {
367 (*cp->xcomp->comp_free)(cp->xstate);
368 cp->xstate = NULL;
426 if (cp->xstate != NULL) {
427 (*cp->xcomp->comp_free)(cp->xstate);
428 cp->xstate
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_generic.c107 unsigned int xstate; /* transmit state bits 68 */ member in struct:ppp
140 * Bits in xstate: SC_COMP_RUN
576 val = ppp->flags | ppp->xstate | ppp->rstate;
1048 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state != 0
2012 ppp->xstate &= ~SC_COMP_RUN;
2083 ppp->xstate &= ~SC_COMP_RUN;
2096 ppp->xstate &= ~SC_COMP_RUN;
2121 ppp->xstate |= SC_COMP_RUN;
2135 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN))
2146 void *xstate, *rstat local
[all...]

Completed in 176 milliseconds