Home
last modified time | relevance | path

Searched refs:my_reject (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dlcp.c181 lcp->want_shortseq ? "on" : "off", lcp->my_reject); in lcp_ReportStatus()
353 lcp->his_reject = lcp->my_reject = 0; in lcp_Setup()
718 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
836 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
865 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
875 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
946 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
988 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
1018 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
1043 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
[all …]
H A Dipv6cp.h53 u_int32_t my_reject; /* Request codes I have rejected */ member
H A Dipcp.h97 u_int32_t my_reject; /* Request codes I have rejected */ member
H A Dlcp.h77 u_int32_t my_reject; /* Request codes I have rejected */ member
H A Dccp.h113 u_int32_t my_reject; /* Request codes I have rejected */ member
H A Dccp.c281 ccp->his_reject = ccp->my_reject = 0; in ccp_Setup()
460 ccp->his_reject = ccp->my_reject = 0; in CcpLayerDown()
596 ccp->my_reject |= (1 << opt->hdr.id); in CcpDecodeConfig()
H A Dipcp.c594 ipcp->my_reject = 0; in ipcp_Setup()
1216 ipcp->my_reject |= (1 << (opt->hdr.id - TY_ADJUST_NS)); in IpcpDecodeConfig()
1274 ipcp->my_reject |= (1 << (opt->hdr.id - TY_ADJUST_NS)); in IpcpDecodeConfig()
1300 ipcp->my_reject |= (1 << opt->hdr.id); in IpcpDecodeConfig()
H A Dipv6cp.c314 ipv6cp->my_reject = 0; in ipv6cp_Setup()
761 ipv6cp->my_reject |= (1 << opt->hdr.id); in ipv6cp_DecodeConfig()