Searched refs:lowerq (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c151 * nextmn, next, nextppa. It guarantees that the lowerq field of an
156 * stream will be unlinked and that the lowerq field of all upperstr_t
192 queue_t *lowerq; /* write queue attached below this PPA */ member in struct:upperstr
505 if (up->lowerq != 0) {
510 up->lowerq->q_ptr = 0;
511 RD(up->lowerq)->q_ptr = 0;
512 up->lowerq = 0;
669 if ((us->flags & US_CONTROL) == 0 || us->lowerq != 0)
682 us->lowerq = lq;
717 if (us->lowerq !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c151 * nextmn, next, nextppa. It guarantees that the lowerq field of an
156 * stream will be unlinked and that the lowerq field of all upperstr_t
192 queue_t *lowerq; /* write queue attached below this PPA */ member in struct:upperstr
507 if (up->lowerq != 0) {
512 up->lowerq->q_ptr = 0;
513 RD(up->lowerq)->q_ptr = 0;
514 up->lowerq = 0;
672 if ((us->flags & US_CONTROL) == 0 || us->lowerq != 0)
685 us->lowerq = lq;
720 if (us->lowerq !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp.c143 * nextmn, next, nextppa. It guarantees that the lowerq field of an
148 * stream will be unlinked and that the lowerq field of all upperstr_t
184 queue_t *lowerq; /* write queue attached below this PPA */ member in struct:upperstr
497 if (up->lowerq != 0) {
502 up->lowerq->q_ptr = 0;
503 RD(up->lowerq)->q_ptr = 0;
504 up->lowerq = 0;
661 if ((us->flags & US_CONTROL) == 0 || us->lowerq != 0)
674 us->lowerq = lq;
709 if (us->lowerq !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp.c143 * nextmn, next, nextppa. It guarantees that the lowerq field of an
148 * stream will be unlinked and that the lowerq field of all upperstr_t
184 queue_t *lowerq; /* write queue attached below this PPA */ member in struct:upperstr
497 if (up->lowerq != 0) {
502 up->lowerq->q_ptr = 0;
503 RD(up->lowerq)->q_ptr = 0;
504 up->lowerq = 0;
661 if ((us->flags & US_CONTROL) == 0 || us->lowerq != 0)
674 us->lowerq = lq;
709 if (us->lowerq !
[all...]

Completed in 58 milliseconds