Searched refs:lcp_wantoptions (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp.h | 379 lcp_options lcp_wantoptions; /* Options that we want to request */ member 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)
|
/third_party/lwip/src/netif/ppp/ |
D | lcp.c | 113 { "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[0].neg_magicnumber, [all …]
|
D | auth.c | 282 { "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; in link_established() [all …]
|
D | multilink.c | 93 lcp_options *wo = &lcp_wantoptions[0]; in mp_check_options()
|
D | pppol2tp.c | 278 lcp_wo = &ppp->lcp_wantoptions; in pppol2tp_connect()
|
D | pppoe.c | 909 lcp_wo = &ppp->lcp_wantoptions; in pppoe_connect()
|