Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.c173 lcp->his_shortseq ? "on" : "off", lcp->his_reject); in lcp_ReportStatus()
353 lcp->his_reject = lcp->my_reject = 0; in lcp_Setup()
695 lcp->his_reject &= ~(1 << opt->hdr.id); in LcpDecodeConfig()
725 lcp->his_reject &= ~(1 << opt->hdr.id); in LcpDecodeConfig()
737 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
794 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
815 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
890 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
922 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
927 lcp->his_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
[all …]
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
H A Dipv6cp.h52 u_int32_t his_reject; /* Request codes rejected by peer */ member
H A Dccp.c281 ccp->his_reject = ccp->my_reject = 0; in ccp_Setup()
355 alloc = ccp->his_reject == 0 && ccp->out.opt == NULL; in CcpSendConfigReq()
460 ccp->his_reject = ccp->my_reject = 0; in CcpLayerDown()
638 ccp->his_reject |= (1 << opt->hdr.id); in CcpDecodeConfig()
650 ccp->his_reject |= (1 << opt->hdr.id); in CcpDecodeConfig()
H A Dccp.h112 u_int32_t his_reject; /* Request codes rejected by peer */ member
H A Dipv6cp.c313 ipv6cp->his_reject = 0; in ipv6cp_Setup()
754 ipv6cp->his_reject |= (1 << opt->hdr.id); in ipv6cp_DecodeConfig()