HomeSort by relevance Sort by last modified time
    Searched refs:his_reject (Results 1 - 6 of 6) sorted by null

  /external/libppp/src/
lcp.h 47 #define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
76 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:lcp
ipv6cp.h 52 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ipv6cp
lcp.c 173 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 |= (1 << opt->hdr.id)
    [all...]
ccp.h 112 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ccp
ccp.c 281 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);
ipv6cp.c 313 ipv6cp->his_reject = 0;
754 ipv6cp->his_reject |= (1 << opt->hdr.id);

Completed in 269 milliseconds