Searched refs:try_ (Results 1 – 6 of 6) sorted by relevance
1089 ipcp_options try_; /* options to request next time */ in ipcp_nakci() local1092 try_ = *go; in ipcp_nakci()1162 try_.old_addrs = 0; in ipcp_nakci()1166 try_.ouraddr = ciaddr1; in ipcp_nakci()1170 try_.hisaddr = ciaddr2; in ipcp_nakci()1184 try_.neg_vj = 0; in ipcp_nakci()1189 try_.old_vj = 0; in ipcp_nakci()1191 try_.maxslotindex = cimaxslotindex; in ipcp_nakci()1193 try_.cflag = 0; in ipcp_nakci()1195 try_.neg_vj = 0; in ipcp_nakci()[all …]
1135 lcp_options try_; /* options to request next time */ in lcp_nakci() local1140 try_ = *go; in lcp_nakci()1155 try_.neg = 0; \ in lcp_nakci()1227 try_.neg = 0; \ in lcp_nakci()1244 try_.mru = cishort; in lcp_nakci()1253 try_.asyncmap = go->asyncmap | cilong; in lcp_nakci()1294 try_.neg_eap = 0; in lcp_nakci()1301 try_.neg_chap = 0; in lcp_nakci()1319 try_.neg_eap = 0; in lcp_nakci()1322 try_.chap_mdtype = CHAP_MDTYPE_D(cichar); in lcp_nakci()[all …]
932 ccp_options try_; /* options to ask for next time */ in ccp_nakci() local940 try_ = *go; in ccp_nakci()950 MPPE_CI_TO_OPTS(&p[2], try_.mppe); in ccp_nakci()951 if ((try_.mppe & MPPE_OPT_STATEFUL) && pcb->settings.refuse_mppe_stateful) { in ccp_nakci()953 try_.mppe = 0; in ccp_nakci()954 } else if (((go->mppe | MPPE_OPT_STATEFUL) & try_.mppe) != try_.mppe) { in ccp_nakci()956 try_.mppe = 0; in ccp_nakci()959 if (!try_.mppe) { in ccp_nakci()977 try_.deflate = 0; in ccp_nakci()979 try_.deflate_size = DEFLATE_SIZE(p[2]); in ccp_nakci()[all …]
680 ipv6cp_options try_; /* options to request next time */683 try_ = *go;722 try_.neg_ifaceid = 0;727 try_.ourid = ifaceid;736 try_.vj_protocol = cishort;738 try_.neg_vj = 0;769 try_.neg_ifaceid = 1;775 try_.ourid = ifaceid;793 *go = try_;814 ipv6cp_options try_; /* options to request next time */[all …]
158 pub static mut try_: ::std::os::raw::c_int; variable
757 - Add `ArgMatches::try_*` variants to avoid panics for developer errors (#3621)780 - `ArgMatches::{try_,}contains_id` for checking if there are values for an argument that mirrors th…