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

/freebsd-11-stable/usr.sbin/ppp/
H A Dlcp.h49 #define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
78 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:lcp
H A Dipv6cp.h54 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ipv6cp
H A Dlcp.c175 lcp->his_shortseq ? "on" : "off", lcp->his_reject);
355 lcp->his_reject = lcp->my_reject = 0;
697 lcp->his_reject &= ~(1 << opt->hdr.id);
727 lcp->his_reject &= ~(1 << opt->hdr.id);
739 lcp->his_reject |= (1 << opt->hdr.id);
796 lcp->his_reject |= (1 << opt->hdr.id);
817 lcp->his_reject |= (1 << opt->hdr.id);
892 lcp->his_reject |= (1 << opt->hdr.id);
924 lcp->his_reject |= (1 << opt->hdr.id);
929 lcp->his_reject |
[all...]
H A Dccp.h114 u_int32_t his_reject; /* Request codes rejected by peer */ member in struct:ccp
H A Dccp.c283 ccp->his_reject = ccp->my_reject = 0;
357 alloc = ccp->his_reject == 0 && ccp->out.opt == NULL;
462 ccp->his_reject = ccp->my_reject = 0;
640 ccp->his_reject |= (1 << opt->hdr.id);
652 ccp->his_reject |= (1 << opt->hdr.id);
H A Dipv6cp.c315 ipv6cp->his_reject = 0;
756 ipv6cp->his_reject |= (1 << opt->hdr.id);

Completed in 182 milliseconds