Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dlcp.c184 lcp->want_shortseq ? "on" : "off", lcp->my_reject); in lcp_ReportStatus()
355 lcp->his_reject = lcp->my_reject = 0; in lcp_Setup()
717 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
832 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
861 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
871 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
943 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
985 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
1015 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
1040 lcp->my_reject |= (1 << opt->hdr.id); in LcpDecodeConfig()
[all …]
Dipv6cp.h51 u_int32_t my_reject; /* Request codes I have rejected */ member
Dipcp.h97 u_int32_t my_reject; /* Request codes I have rejected */ member
Dlcp.h77 u_int32_t my_reject; /* Request codes I have rejected */ member
Dccp.h113 u_int32_t my_reject; /* Request codes I have rejected */ member
Dipv6cp.c219 ipv6cp->my_reject = 0; in ipv6cp_Setup()
581 ipv6cp->my_reject |= (1 << opt->hdr.id); in ipv6cp_DecodeConfig()
Dccp.c281 ccp->his_reject = ccp->my_reject = 0; in ccp_Setup()
459 ccp->his_reject = ccp->my_reject = 0; in CcpLayerDown()
594 ccp->my_reject |= (1 << opt->hdr.id); in CcpDecodeConfig()
Dipcp.c582 ipcp->my_reject = 0; in ipcp_Setup()
1215 ipcp->my_reject |= (1 << (opt->hdr.id - TY_ADJUST_NS)); in IpcpDecodeConfig()
1273 ipcp->my_reject |= (1 << (opt->hdr.id - TY_ADJUST_NS)); in IpcpDecodeConfig()
1299 ipcp->my_reject |= (1 << opt->hdr.id); in IpcpDecodeConfig()