Searched refs:his_reject (Results 1 - 6 of 6) sorted by relevance

/external/libppp/src/
H A Dlcp.h47 #define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
76 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:lcp
H A Dipv6cp.h52 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ipv6cp
H A Dlcp.c173 lcp->his_shortseq ? "on" : "off", lcp->his_reject);
353 lcp->his_reject = lcp->my_reject = 0;
695 lcp->his_reject &= ~(1 << opt->hdr.id);
725 lcp->his_reject &= ~(1 << opt->hdr.id);
737 lcp->his_reject |= (1 << opt->hdr.id);
794 lcp->his_reject |= (1 << opt->hdr.id);
815 lcp->his_reject |= (1 << opt->hdr.id);
890 lcp->his_reject |= (1 << opt->hdr.id);
922 lcp->his_reject |= (1 << opt->hdr.id);
927 lcp->his_reject |
[all...]
H A Dccp.h112 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ccp
H A Dccp.c281 ccp->his_reject = ccp->my_reject = 0;
355 alloc = ccp->his_reject == 0 && ccp->out.opt == NULL;
460 ccp->his_reject = ccp->my_reject = 0;
638 ccp->his_reject |= (1 << opt->hdr.id);
650 ccp->his_reject |= (1 << opt->hdr.id);
H A Dipv6cp.c313 ipv6cp->his_reject = 0;
754 ipv6cp->his_reject |= (1 << opt->hdr.id);

Completed in 66 milliseconds