Searched refs:lcp_wantoptions (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h379 lcp_options lcp_wantoptions; /* Options that we want to request */ member in struct:ppp_pcb_s
539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval)
555 #define ppp_set_neg_pcomp(ppp, boolval) (ppp->lcp_wantoptions.neg_pcompression = \
564 #define ppp_set_neg_accomp(ppp, boolval) (ppp->lcp_wantoptions.neg_accompression = \
573 #define ppp_set_neg_asyncmap(ppp, boolval) (ppp->lcp_wantoptions.neg_asyncmap = \
587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval)
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dlcp.c113 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
116 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
120 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
122 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
123 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
125 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
126 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
130 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
135 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
138 { "-mn", o_bool, &lcp_wantoptions[
[all...]
H A Dauth.c282 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
285 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
291 &lcp_wantoptions[0].chap_mdtype },
295 &lcp_wantoptions[0].chap_mdtype },
300 &lcp_wantoptions[0].chap_mdtype },
304 &lcp_wantoptions[0].chap_mdtype },
308 &lcp_wantoptions[0].chap_mdtype },
312 &lcp_wantoptions[0].chap_mdtype },
349 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
739 lcp_options *wo = &pcb->lcp_wantoptions;
[all...]
H A Dmultilink.c93 lcp_options *wo = &lcp_wantoptions[0];
H A Dpppol2tp.c278 lcp_wo = &ppp->lcp_wantoptions;
H A Dpppoe.c912 lcp_wo = &ppp->lcp_wantoptions;

Completed in 91 milliseconds