Searched refs:try_ (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dipcp.c1089 ipcp_options try_; /* options to request next time */ local
1092 try_ = *go;
1162 try_.old_addrs = 0;
1166 try_.ouraddr = ciaddr1;
1170 try_.hisaddr = ciaddr2;
1184 try_.neg_vj = 0;
1189 try_.old_vj = 0;
1191 try_.maxslotindex = cimaxslotindex;
1193 try_.cflag = 0;
1195 try_
1350 ipcp_options try_; /* options to request next time */ local
[all...]
H A Dccp.c932 ccp_options try_; /* options to ask for next time */ local
940 try_ = *go;
950 MPPE_CI_TO_OPTS(&p[2], try_.mppe);
951 if ((try_.mppe & MPPE_OPT_STATEFUL) && pcb->settings.refuse_mppe_stateful) {
953 try_.mppe = 0;
954 } else if (((go->mppe | MPPE_OPT_STATEFUL) & try_.mppe) != try_.mppe) {
956 try_.mppe = 0;
959 if (!try_.mppe) {
977 try_
1024 ccp_options try_; /* options to request next time */ local
[all...]
H A Dlcp.c1135 lcp_options try_; /* options to request next time */ local
1140 try_ = *go;
1155 try_.neg = 0; \
1227 try_.neg = 0; \
1244 try_.mru = cishort;
1253 try_.asyncmap = go->asyncmap | cilong;
1294 try_.neg_eap = 0;
1301 try_.neg_chap = 0;
1319 try_.neg_eap = 0;
1322 try_
1595 lcp_options try_; /* options to request next time */ local
[all...]
H A Dipv6cp.c680 ipv6cp_options try_; /* options to request next time */ local
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_; /* option local
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dipcp.c1089 ipcp_options try_; /* options to request next time */ local
1092 try_ = *go;
1162 try_.old_addrs = 0;
1166 try_.ouraddr = ciaddr1;
1170 try_.hisaddr = ciaddr2;
1184 try_.neg_vj = 0;
1189 try_.old_vj = 0;
1191 try_.maxslotindex = cimaxslotindex;
1193 try_.cflag = 0;
1195 try_
1350 ipcp_options try_; /* options to request next time */ local
[all...]
H A Dccp.c932 ccp_options try_; /* options to ask for next time */ local
940 try_ = *go;
950 MPPE_CI_TO_OPTS(&p[2], try_.mppe);
951 if ((try_.mppe & MPPE_OPT_STATEFUL) && pcb->settings.refuse_mppe_stateful) {
953 try_.mppe = 0;
954 } else if (((go->mppe | MPPE_OPT_STATEFUL) & try_.mppe) != try_.mppe) {
956 try_.mppe = 0;
959 if (!try_.mppe) {
977 try_
1024 ccp_options try_; /* options to request next time */ local
[all...]
H A Dlcp.c1135 lcp_options try_; /* options to request next time */ local
1140 try_ = *go;
1155 try_.neg = 0; \
1227 try_.neg = 0; \
1244 try_.mru = cishort;
1253 try_.asyncmap = go->asyncmap | cilong;
1294 try_.neg_eap = 0;
1301 try_.neg_chap = 0;
1319 try_.neg_eap = 0;
1322 try_
1595 lcp_options try_; /* options to request next time */ local
[all...]
H A Dipv6cp.c680 ipv6cp_options try_; /* options to request next time */ local
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_; /* option local
[all...]

Completed in 110 milliseconds